3.7.1-6048-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-11-11 16:09:07 +00:00
parent ef0f7a1e8c
commit cea20da984
3 changed files with 6 additions and 6 deletions

View File

@@ -10,11 +10,11 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl fontconfig fonts-dejavu-extra gzip libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar xmlstarlet zlib1g
RUN install_packages acl ca-certificates curl gzip libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar xmlstarlet zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-0" --checksum 9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.54-2" --checksum d941146609892ed1f274f0a4d4b96c7fe51a079758513536dd06e16510a237b6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "3.7.1-6046-0" --checksum 880bf1ae14f7ccfc3635d3920ff66830e787e1290ca909b909a0b5613a473d8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "3.7.1-6048-0" --checksum d39a952952d3300f4c043435ef446e4f2d3bdd408d7168da9fdc690a00cdb49b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-1" --checksum 00722b62c7561929e039877a6e445a4bb782c340890c0a090fdae3c9e1960161
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/reportserver/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="reportserver" \
BITNAMI_IMAGE_VERSION="3.7.1-6046-debian-10-r59" \
BITNAMI_IMAGE_VERSION="3.7.1-6048-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \

View File

@@ -29,10 +29,10 @@
},
"reportserver": {
"arch": "amd64",
"digest": "880bf1ae14f7ccfc3635d3920ff66830e787e1290ca909b909a0b5613a473d8b",
"digest": "d39a952952d3300f4c043435ef446e4f2d3bdd408d7168da9fdc690a00cdb49b",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.1-6046-0"
"version": "3.7.1-6048-0"
},
"tomcat": {
"arch": "amd64",

View File

@@ -35,7 +35,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/).
- [`3`, `3-debian-10`, `3.7.1-6046`, `3.7.1-6046-debian-10-r59`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6046-debian-10-r59/3/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.7.1-6048`, `3.7.1-6048-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6048-debian-10-r0/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).