mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
[bitnami/jasperreports] Release 8.2.0-debian-11-r97 (#52820)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,10 +8,10 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-10-11T19:44:05Z" \
|
||||
org.opencontainers.image.created="2023-11-15T15:50:31Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.2.0-debian-11-r96" \
|
||||
org.opencontainers.image.ref.name="8.2.0-debian-11-r97" \
|
||||
org.opencontainers.image.title="jasperreports" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.2.0"
|
||||
@@ -27,11 +27,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages acl ca-certificates curl fontconfig git libaudit1 libbsd0 libcap-ng0 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpam0g libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps xmlstarlet zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-1.8.382-6-6-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-9.0.81-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-11.21.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-2-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.392-9-4-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-9.0.82-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.5.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-3-linux-${OS_ARCH}-debian-11" \
|
||||
"jasperreports-8.2.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -9,30 +9,30 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.382-6-6"
|
||||
"version": "1.8.392-9-4"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.11.5-1"
|
||||
"version": "10.11.6-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.21.0-1"
|
||||
"version": "15.5.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.6-2"
|
||||
"version": "1.0.6-3"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.81-0"
|
||||
"version": "9.0.82-1"
|
||||
}
|
||||
}
|
||||
@@ -44,10 +44,10 @@ print_welcome_page() {
|
||||
print_image_welcome_page() {
|
||||
local github_url="https://github.com/bitnami/containers"
|
||||
|
||||
log ""
|
||||
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
log ""
|
||||
info ""
|
||||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
||||
@@ -134,7 +134,6 @@ docker run -d --name mariadb \
|
||||
$ docker volume create --name jasperreports_data
|
||||
docker run -d --name jasperreports \
|
||||
-p 8080:8080 -p 8443:8443 \
|
||||
--env ALLOW_EMPTY_PASSWORD=yes \
|
||||
--env JASPERREPORTS_DATABASE_USER=bn_jasperreports \
|
||||
--env JASPERREPORTS_DATABASE_PASSWORD=bitnami \
|
||||
--env JASPERREPORTS_DATABASE_NAME=bitnami_jasperreports \
|
||||
@@ -207,7 +206,6 @@ docker run -d --name mariadb \
|
||||
```console
|
||||
docker run -d --name jasperreports \
|
||||
-p 8080:8080 -p 8443:8443 \
|
||||
--env ALLOW_EMPTY_PASSWORD=yes \
|
||||
--env JASPERREPORTS_DATABASE_USER=bn_jasperreports \
|
||||
--env JASPERREPORTS_DATABASE_PASSWORD=bitnami \
|
||||
--env JASPERREPORTS_DATABASE_NAME=bitnami_jasperreports \
|
||||
|
||||
Reference in New Issue
Block a user