diff --git a/bitnami/jasperreports/8/debian-11/Dockerfile b/bitnami/jasperreports/8/debian-11/Dockerfile index 59ec0307e3eb..8b8fcce5de65 100644 --- a/bitnami/jasperreports/8/debian-11/Dockerfile +++ b/bitnami/jasperreports/8/debian-11/Dockerfile @@ -4,10 +4,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-05-09T18:28:34Z" \ + org.opencontainers.image.created="2023-05-12T19:52:16Z" \ 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-r2" \ + org.opencontainers.image.ref.name="8.2.0-debian-11-r3" \ org.opencontainers.image.title="jasperreports" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="8.2.0" @@ -23,10 +23,10 @@ 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.362-4-linux-${OS_ARCH}-debian-11" \ - "tomcat-9.0.74-3-linux-${OS_ARCH}-debian-11" \ - "postgresql-client-11.19.0-4-linux-${OS_ARCH}-debian-11" \ - "mysql-client-10.11.2-5-linux-${OS_ARCH}-debian-11" \ + "java-1.8.372-7-0-linux-${OS_ARCH}-debian-11" \ + "tomcat-9.0.75-0-linux-${OS_ARCH}-debian-11" \ + "postgresql-client-11.20.0-0-linux-${OS_ARCH}-debian-11" \ + "mysql-client-10.11.3-0-linux-${OS_ARCH}-debian-11" \ "render-template-1.0.5-5-linux-${OS_ARCH}-debian-11" \ "jasperreports-8.2.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ diff --git a/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 41555b845019..24e681d688d9 100644 --- a/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,19 +9,19 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.8.362-4" + "version": "1.8.372-7-0" }, "mysql-client": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "10.11.2-5" + "version": "10.11.3-0" }, "postgresql-client": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "11.19.0-4" + "version": "11.20.0-0" }, "render-template": { "arch": "amd64", @@ -33,6 +33,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "9.0.74-3" + "version": "9.0.75-0" } } \ No newline at end of file diff --git a/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/scripts/libos.sh b/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/scripts/libos.sh index 02c989d693ae..6d9ca8546eef 100644 --- a/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/scripts/libos.sh +++ b/bitnami/jasperreports/8/debian-11/prebuildfs/opt/bitnami/scripts/libos.sh @@ -421,7 +421,7 @@ generate_random_string() { alphanumeric+special|special+alphanumeric) # Limit variety of special characters, so there is a higher chance of containing more alphanumeric characters # Special characters are harder to write, and it could impact the overall UX if most passwords are too complex - filter='a-zA-Z0-9!@#$%^' + filter='a-zA-Z0-9:@.,/+!=' ;; *) echo "Invalid type ${type}" >&2 diff --git a/bitnami/jasperreports/README.md b/bitnami/jasperreports/README.md index d233b0fda124..006418f84263 100644 --- a/bitnami/jasperreports/README.md +++ b/bitnami/jasperreports/README.md @@ -25,6 +25,8 @@ docker-compose up -d - All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. - Bitnami container images are released on a regular basis with the latest distribution packages available. +Looking to use JasperReports in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. + ## How to deploy JasperReports Server in Kubernetes? Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami JasperReports Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/jasperreports).