4.0.0-6055-debian-10-r1 release
This commit is contained in:
parent
77ceb36d2d
commit
4628a9450b
|
|
@ -11,12 +11,12 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
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.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 "java" "11.0.14-4" --checksum 6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.58-6" --checksum 0811acd6e5598db328349579bcad45d18998bea7803cc5f4a93cd920d35a45a5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-31" --checksum 4489feca3a65fbd733774d193b02914187451c6edf27855ebc5756e45a9f299e
|
||||
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 . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -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-6055-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.0-6055-debian-10-r1" \
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-3"
|
||||
"version": "1.14.0-4"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "1f4876cb7c5709c5dc905f4325b1136b3ab73f71e3e16faa3c877ef84e78e776",
|
||||
"digest": "6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.14-3"
|
||||
"version": "11.0.14-4"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "d60d87b07b9bddd4762dbbaa3e6096ccc66b854fd01a63c142c2fe17a6b67c64",
|
||||
"digest": "4489feca3a65fbd733774d193b02914187451c6edf27855ebc5756e45a9f299e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.3.32-30"
|
||||
"version": "10.3.32-31"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"digest": "81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326",
|
||||
"digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-6"
|
||||
"version": "1.0.1-7"
|
||||
},
|
||||
"reportserver": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "894430f154565fa3693964c0c321a21e8a976c97fcacb32f802420f19d0e3833",
|
||||
"digest": "0811acd6e5598db328349579bcad45d18998bea7803cc5f4a93cd920d35a45a5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.58-5"
|
||||
"version": "9.0.58-6"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-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)
|
||||
- [`4`, `4-debian-10`, `4.0.0-6055`, `4.0.0-6055-debian-10-r1` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/4.0.0-6055-debian-10-r1/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