9.0.63-debian-10-r0 release
This commit is contained in:
parent
d3119e01f5
commit
cb73ee24b5
|
|
@ -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.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 "tomcat" "9.0.63-0" --checksum cb374369f41bd7594c4b6e112dc471a5e4663db192b6d4565c585a3cef74481b
|
||||
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 && \
|
||||
|
|
@ -22,7 +22,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV APP_VERSION="9.0.62" \
|
||||
ENV APP_VERSION="9.0.63" \
|
||||
BITNAMI_APP_NAME="tomcat" \
|
||||
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": "8df96417bdb075d7afebbc516c4482f18cf966bb8d4814b737d582613c4c71d5",
|
||||
"digest": "cb374369f41bd7594c4b6e112dc471a5e4663db192b6d4565c585a3cef74481b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.62-1"
|
||||
"version": "9.0.63-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,8 +41,8 @@ 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.20`, `10.0.20-debian-10-r45`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.20-debian-10-r45/10/debian-10/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-10`, `9.0.62`, `9.0.62-debian-10-r44` (9.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.62-debian-10-r44/9.0/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.0.21`, `10.0.21-debian-10-r-1`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.21-debian-10-r-1/10/debian-10/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-10`, `9.0.63`, `9.0.63-debian-10-r0` (9.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.63-debian-10-r0/9.0/debian-10/Dockerfile)
|
||||
* [`8.5`, `8.5-debian-10`, `8.5.78`, `8.5.78-debian-10-r44` (8.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.78-debian-10-r44/8.5/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tomcat GitHub repo](https://github.com/bitnami/bitnami-docker-tomcat).
|
||||
|
|
|
|||
Loading…
Reference in New Issue