9.0.64-debian-11-r12 release
This commit is contained in:
parent
9443bd30ba
commit
29db92127b
|
|
@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# 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-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.64-153" --checksum 2f92b7e5ee72db383c816832949dc898f74830cdc7541ac44cb6a40594427a54
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.64-154" --checksum e4ee50b59b9ea53a6c943b7bd4cfd05bcf55991cecf41a40f34f6dc7a2449c8a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "2f92b7e5ee72db383c816832949dc898f74830cdc7541ac44cb6a40594427a54",
|
||||
"digest": "e4ee50b59b9ea53a6c943b7bd4cfd05bcf55991cecf41a40f34f6dc7a2449c8a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.64-153"
|
||||
"version": "9.0.64-154"
|
||||
}
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`10`, `10-debian-11`, `10.0.22`, `10.0.22-debian-11-r11`, `latest` (10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.22-debian-11-r11/10/debian-11/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-11`, `9.0.64`, `9.0.64-debian-11-r11` (9.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.64-debian-11-r11/9.0/debian-11/Dockerfile)
|
||||
* [`9.0`, `9.0-debian-11`, `9.0.64`, `9.0.64-debian-11-r12` (9.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/9.0.64-debian-11-r12/9.0/debian-11/Dockerfile)
|
||||
* [`8.5`, `8.5-debian-11`, `8.5.81`, `8.5.81-debian-11-r10` (8.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/8.5.81-debian-11-r10/8.5/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/tomcat GitHub repo](https://github.com/bitnami/bitnami-docker-tomcat).
|
||||
|
|
|
|||
Loading…
Reference in New Issue