[bitnami/jasperreports] Release 8.2.0-debian-11-r104 (#56615)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
423df4e58c
commit
e15fbdb117
|
|
@ -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="2024-02-02T15:06:37Z" \
|
||||
org.opencontainers.image.created="2024-02-08T13:27:52Z" \
|
||||
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-r103" \
|
||||
org.opencontainers.image.ref.name="8.2.0-debian-11-r104" \
|
||||
org.opencontainers.image.title="jasperreports" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.2.0"
|
||||
|
|
@ -27,12 +27,12 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-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=( \
|
||||
"render-template-1.0.6-7-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-8-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.402-7-1-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-9.0.85-2-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.5.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.6-2-linux-${OS_ARCH}-debian-11" \
|
||||
"jasperreports-8.2.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.11.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"jasperreports-8.2.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.2.0-5"
|
||||
"version": "8.2.0-6"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.11.6-2"
|
||||
"version": "10.11.7-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.6-7"
|
||||
"version": "1.0.6-8"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
# Bitnami package for JasperReports
|
||||
|
||||
## Deprecation Notice
|
||||
|
||||
The JasperReports container is no longer maintained by upstream and is now deprecated. This image will no longer be released in our catalog, but already released container images will still persist in the registries.
|
||||
|
||||
## What is JasperReports?
|
||||
|
||||
> JasperReports Server is a stand-alone and embeddable reporting server. It is a central information hub, with reporting and analytics that can be embedded into web and mobile applications.
|
||||
|
|
|
|||
Loading…
Reference in New Issue