4.0.0-6055-debian-10-r0 release
This commit is contained in:
parent
e81508ce54
commit
77ceb36d2d
|
|
@ -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-3" --checksum 1f4876cb7c5709c5dc905f4325b1136b3ab73f71e3e16faa3c877ef84e78e776
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.58-5" --checksum 894430f154565fa3693964c0c321a21e8a976c97fcacb32f802420f19d0e3833
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-30" --checksum d60d87b07b9bddd4762dbbaa3e6096ccc66b854fd01a63c142c2fe17a6b67c64
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "4.0.0-6054-0" --checksum 3b6125b69242fd7d8bdb2eb9a4913889df51f8843fb01c7eddabf439a6f10820
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "4.0.0-6055-0" --checksum 9a9cfaa756efb56535ab9859493dc5467f6c263fb1d6aab9b7cd53906b9699e2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/reportserver/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="reportserver" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.0-6054-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.0-6055-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
TOMCAT_START_RETRIES="60"
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@
|
|||
},
|
||||
"reportserver": {
|
||||
"arch": "amd64",
|
||||
"digest": "3b6125b69242fd7d8bdb2eb9a4913889df51f8843fb01c7eddabf439a6f10820",
|
||||
"digest": "9a9cfaa756efb56535ab9859493dc5467f6c263fb1d6aab9b7cd53906b9699e2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.0.0-6054-0"
|
||||
"version": "4.0.0-6055-0"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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.0.0-6054`, `4.0.0-6054-debian-10-r5` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.0.0-6054-debian-10-r5/4/debian-10/Dockerfile)
|
||||
- [`4`, `4-debian-10`, `4.0.0-6055`, `4.0.0-6055-debian-10-r0` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.0.0-6055-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue