[bitnami/tomcat] Release tomcat-10.1.31-debian-12-r0 (#73294)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-10-16 13:53:02 +02:00
committed by GitHub
parent e3de3bd255
commit 6300ed9884
3 changed files with 12 additions and 11 deletions

View File

@@ -3,20 +3,21 @@
FROM docker.io/bitnami/minideb:bookworm
ARG DOWNLOADS_URL
ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-09-17T19:34:32Z" \
org.opencontainers.image.created="2024-10-16T11:07:36Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/tomcat/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.1.30-debian-12-r0" \
org.opencontainers.image.ref.name="10.1.31-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/tomcat" \
org.opencontainers.image.title="tomcat" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="10.1.30"
org.opencontainers.image.version="10.1.31"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,14 +30,14 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libssl3 procps xmlstarlet zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"render-template-1.0.7-4-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-5-linux-${OS_ARCH}-debian-12" \
"java-21.0.4-9-1-linux-${OS_ARCH}-debian-12" \
"tomcat-10.1.30-0-linux-${OS_ARCH}-debian-12" \
"tomcat-10.1.31-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
fi ; \
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
@@ -51,7 +52,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
ENV APP_VERSION="10.1.30" \
ENV APP_VERSION="10.1.31" \
BITNAMI_APP_NAME="tomcat" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:$PATH"

View File

@@ -9,12 +9,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.7-4"
"version": "1.0.7-5"
},
"tomcat": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "10.1.30-0"
"version": "10.1.31-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "10.1"
- 10.1-debian-12
- 10.1.30
- 10.1.31
- latest