[bitnami/tomcat] Release 10.0.23-debian-11-r0 (#791)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-07-26 16:23:50 +02:00
committed by GitHub
parent ee6fac15b4
commit 6da0591b86
3 changed files with 5 additions and 5 deletions

View File

@@ -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-1-1" --checksum 6d176a8b3c894c608106fee2cf10aaf3771015defb0b7e08fe60ce6c9c1cd342
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.22-6" --checksum 64046755dd7a6c082fe2053f56fdc3f8690e7a1ff371f80539ea39c991ee9789
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "10.0.23-0" --checksum 8973908296a08eea6a0ca4f878989e4fcffee945cafb304e5e3b91ee12f666eb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN apt-get update && apt-get upgrade -y && \
@@ -21,7 +21,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.22" \
ENV APP_VERSION="10.0.23" \
BITNAMI_APP_NAME="tomcat" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -22,9 +22,9 @@
},
"tomcat": {
"arch": "amd64",
"digest": "64046755dd7a6c082fe2053f56fdc3f8690e7a1ff371f80539ea39c991ee9789",
"digest": "8973908296a08eea6a0ca4f878989e4fcffee945cafb304e5e3b91ee12f666eb",
"distro": "debian-11",
"type": "NAMI",
"version": "10.0.22-6"
"version": "10.0.23-0"
}
}