10.0.16-debian-10-r0 release
This commit is contained in:
parent
00c1862c9a
commit
564e617580
|
|
@ -12,7 +12,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar xmlstarlet zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.14-1" --checksum 9a58663df3350ffd063ee24069c9317df8885a7cdbf1dbcc04cd055569307238
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.16-0" --checksum d6834091590617823a7262748f15a7d80de7c6895defbab2da890c70abb00684
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -23,7 +23,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="tomcat" \
|
||||
BITNAMI_IMAGE_VERSION="10.0.14-debian-10-r40" \
|
||||
BITNAMI_IMAGE_VERSION="10.0.16-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "9a58663df3350ffd063ee24069c9317df8885a7cdbf1dbcc04cd055569307238",
|
||||
"digest": "d6834091590617823a7262748f15a7d80de7c6895defbab2da890c70abb00684",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.0.14-1"
|
||||
"version": "10.0.16-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -44,7 +44,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/).
|
||||
|
||||
|
||||
* [`10`, `10-debian-10`, `10.0.14`, `10.0.14-debian-10-r40` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.14-debian-10-r40/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.0.16`, `10.0.16-debian-10-r0` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.16-debian-10-r0/10/debian-10/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-10`, `9.0.56`, `9.0.56-debian-10-r41`, `latest` (9.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.56-debian-10-r41/9.0/debian-10/Dockerfile)
|
||||
* [`8.5`, `8.5-debian-10`, `8.5.73`, `8.5.73-debian-10-r59` (8.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.73-debian-10-r59/8.5/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue