4.1.0-6060-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-21 06:52:50 +00:00
committed by Bitnami Containers
parent c9b243560f
commit b7ac615c60
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.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.62-0" --checksum 19b1e7b113180f5a17a1155d36a23d5da65e741337d8f89c0e97a9fb6535921c
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-6059-0" --checksum fb6ae146fed914795ae845b57356f519362b3892a332edca618eef828d66f81e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "4.1.0-6060-0" --checksum aa9df76a7beb8504944823371620b6fa90abb969ff5ee37182e17fb38ebc9be1
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-6059" \
ENV APP_VERSION="4.1.0-6060" \
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": "fb6ae146fed914795ae845b57356f519362b3892a332edca618eef828d66f81e",
"digest": "aa9df76a7beb8504944823371620b6fa90abb969ff5ee37182e17fb38ebc9be1",
"distro": "debian-10",
"type": "NAMI",
"version": "4.1.0-6059-0"
"version": "4.1.0-6060-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-6059`, `4.1.0-6059-debian-10-r11`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6059-debian-10-r11/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.1.0-6060`, `4.1.0-6060-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.1.0-6060-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).