mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
10.0.21-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
a1e6ff604b
commit
92d7b69d1e
@@ -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" "10.0.20-1" --checksum 29acca5d96a21770bcb180186f84df0639517e191225a3d9167754b58308003f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.21-0" --checksum c5e823cd8c3106a965436af08bbf7ed25f3e6851b11a65724c45a64f290eb342
|
||||
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="10.0.20" \
|
||||
ENV APP_VERSION="10.0.21" \
|
||||
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": "29acca5d96a21770bcb180186f84df0639517e191225a3d9167754b58308003f",
|
||||
"digest": "c5e823cd8c3106a965436af08bbf7ed25f3e6851b11a65724c45a64f290eb342",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.0.20-1"
|
||||
"version": "10.0.21-0"
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,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.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)
|
||||
* [`10`, `10-debian-10`, `10.0.21`, `10.0.21-debian-10-r0`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tomcat/blob/10.0.21-debian-10-r0/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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user