[bitnami/jasperreports] Release 8.2.0-debian-11-r105 (#56648)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
036b0a007c
commit
9c309f07f8
|
|
@ -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-08T13:27:52Z" \
|
||||
org.opencontainers.image.created="2024-02-08T20:44:45Z" \
|
||||
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-r104" \
|
||||
org.opencontainers.image.ref.name="8.2.0-debian-11-r105" \
|
||||
org.opencontainers.image.title="jasperreports" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.2.0"
|
||||
|
|
@ -30,9 +30,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
"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" \
|
||||
"postgresql-client-15.6.0-0-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" \
|
||||
"jasperreports-8.2.0-7-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-6"
|
||||
"version": "8.2.0-7"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.5.0-1"
|
||||
"version": "15.6.0-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# 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