mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/tomcat] Release 8.5.85-debian-11-r0 (#21204)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.5.84-debian-11-r21" \
|
||||
org.opencontainers.image.ref.name="8.5.85-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/tomcat" \
|
||||
org.opencontainers.image.title="tomcat" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.5.84"
|
||||
org.opencontainers.image.version="8.5.85"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl libssl1.1 procps xmlstarlet zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-3-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-8.5.84-5-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-8.5.85-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
@@ -45,7 +45,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="8.5.84" \
|
||||
ENV APP_VERSION="8.5.85" \
|
||||
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": "16cbb31f8ca4bb5612ccd50a1e158be9363b8c5ee72bddb038e8ebbf0dc722d9",
|
||||
"digest": "67b3b75a60f5ba77f2ba412fecfe5e5cabc20b982f46b7958359a3796565a69b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.5.84-5"
|
||||
"version": "8.5.85-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "8.5"
|
||||
- "8.5-debian-11"
|
||||
- "8.5.84"
|
||||
- "8.5.85"
|
||||
|
||||
Reference in New Issue
Block a user