diff --git a/bitnami/jasperreports/8/debian-11/Dockerfile b/bitnami/jasperreports/8/debian-11/Dockerfile index 90348eebc21e..a87cbe073c14 100644 --- a/bitnami/jasperreports/8/debian-11/Dockerfile +++ b/bitnami/jasperreports/8/debian-11/Dockerfile @@ -5,6 +5,13 @@ ENV HOME="/" \ OS_NAME="linux" ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" +LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ + org.opencontainers.image.description="Application packaged by Bitnami" \ + org.opencontainers.image.ref.name="8.0.2-debian-11-r23" \ + org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jasperreports" \ + org.opencontainers.image.title="jasperreports" \ + org.opencontainers.image.vendor="VMware, Inc." \ + org.opencontainers.image.version="8.0.2" COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -12,10 +19,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages acl ca-certificates curl fontconfig gzip libaudit1 libbrotli1 libbsd0 libc6 libcap-ng0 libcom-err2 libcurl4 libedit2 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmd0 libncurses6 libnettle8 libnghttp2-14 libp11-kit0 libpam0g libpsl5 librtmp1 libsasl2-2 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps tar xmlstarlet zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.345-1" --checksum 4d90bf2066c8d6605ac771e9b97c1188f4491d458fcb56956eeead6a18f70ac4 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.65-0" --checksum cc5ec8f674abfb18c745f3656356aa83344bc0d9ff24024bffd3f85ef485514c -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.16.0-152" --checksum 61628b9756eac7d4dcc7a9c2c6498f379ad2dbf97b0e1be6beac85720de140fe +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.65-1" --checksum 0af1fe226f74ae4fc5136d5059ac622367856c0374fcf5b7fc4f48538b7d9795 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.17.0-0" --checksum 6fc185dfa4cac2f2338d9900835f74b94f023cf53c99edf0966ee0f66b43ed2b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-152" --checksum 3c4757f1064b7a1648886658f05706957cf165c57fa922f4a6ebb757a19034cb -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.1-2" --checksum cac709be5709568fc93602ec97f27c1ae02b6314980f3e046649a0ee30a801e6 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.2-0" --checksum e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-152" --checksum 7909504f3232654c427681ecc8ed4b8599a2df0f17f26ff769a83ed167d05b69 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jasperreports" "8.0.2-152" --checksum 253befe5693b8c7df7dc362a615305ece987be3866df5a5212dd42382583a90d RUN apt-get update && apt-get upgrade -y && \ 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 9f818b8e816c..a1abcd354a6c 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 @@ -1,10 +1,10 @@ { "git": { "arch": "amd64", - "digest": "cac709be5709568fc93602ec97f27c1ae02b6314980f3e046649a0ee30a801e6", + "digest": "e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca", "distro": "debian-11", "type": "NAMI", - "version": "2.37.1-2" + "version": "2.37.2-0" }, "gosu": { "arch": "amd64", @@ -36,10 +36,10 @@ }, "postgresql-client": { "arch": "amd64", - "digest": "61628b9756eac7d4dcc7a9c2c6498f379ad2dbf97b0e1be6beac85720de140fe", + "digest": "6fc185dfa4cac2f2338d9900835f74b94f023cf53c99edf0966ee0f66b43ed2b", "distro": "debian-11", "type": "NAMI", - "version": "11.16.0-152" + "version": "11.17.0-0" }, "render-template": { "arch": "amd64", @@ -50,9 +50,9 @@ }, "tomcat": { "arch": "amd64", - "digest": "cc5ec8f674abfb18c745f3656356aa83344bc0d9ff24024bffd3f85ef485514c", + "digest": "0af1fe226f74ae4fc5136d5059ac622367856c0374fcf5b7fc4f48538b7d9795", "distro": "debian-11", "type": "NAMI", - "version": "9.0.65-0" + "version": "9.0.65-1" } } \ No newline at end of file diff --git a/bitnami/jasperreports/README.md b/bitnami/jasperreports/README.md index 89bd3e49e76d..a5550087c54e 100644 --- a/bitnami/jasperreports/README.md +++ b/bitnami/jasperreports/README.md @@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -- [`8`, `8-debian-11`, `8.0.2`, `8.0.2-debian-11-r22`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jasperreports/8/debian-11/Dockerfile) +- [`8`, `8-debian-11`, `8.0.2`, `8.0.2-debian-11-r23`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jasperreports/8/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).