4.1.0-6063-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-13 14:53:13 +00:00 committed by Bitnami Containers
parent 551f63a985
commit 77cd1b15fa
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ RUN install_packages acl ca-certificates curl gzip libaudit1 libc6 libcap-ng0 li
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.62-1" --checksum 8df96417bdb075d7afebbc516c4482f18cf966bb8d4814b737d582613c4c71d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.7-4" --checksum 14329a8ec0a649ecb9ffb37085a547183748efedea8ed029801ab9b381ab7173
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "4.1.0-6062-0" --checksum 18c3b16a34678b7c822611ee5ab33214ad0a2e2735d98091bb9acdb575e693a7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "4.1.0-6063-0" --checksum 97088991a7473b51860e9f00412b7bd023f859b158ab32e05ae20da8c8e156d6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/reportserver/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV APP_VERSION="4.1.0-6062" \
ENV APP_VERSION="4.1.0-6063" \
BITNAMI_APP_NAME="reportserver" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" \

View File

@ -29,10 +29,10 @@
},
"reportserver": {
"arch": "amd64",
"digest": "18c3b16a34678b7c822611ee5ab33214ad0a2e2735d98091bb9acdb575e693a7",
"digest": "97088991a7473b51860e9f00412b7bd023f859b158ab32e05ae20da8c8e156d6",
"distro": "debian-10",
"type": "NAMI",
"version": "4.1.0-6062-0"
"version": "4.1.0-6063-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/).
- [`4`, `4-debian-10`, `4.1.0-6062`, `4.1.0-6062-debian-10-r13`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6062-debian-10-r13/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.1.0-6063`, `4.1.0-6063-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6063-debian-10-r0/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).