[bitnami/tomcat] Release 10.1.7-debian-11-r0 (#27189)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e8570dbdae
commit
40ec7e0f48
|
|
@ -4,13 +4,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-11T02:54:00Z" \
|
||||
org.opencontainers.image.created="2023-03-13T11:33:28Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="10.1.5-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="10.1.7-debian-11-r0" \
|
||||
org.opencontainers.image.title="tomcat" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="10.1.5"
|
||||
org.opencontainers.image.version="10.1.7"
|
||||
|
||||
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.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-10.1.5-9-linux-${OS_ARCH}-debian-11" \
|
||||
"tomcat-10.1.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-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="10.1.5" \
|
||||
ENV APP_VERSION="10.1.7" \
|
||||
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": "8333d2ae9cce9e07ab24ac8d7ea9195eafc492486fb35aedfea6ceb3d8d9327b",
|
||||
"digest": "20fce1086c62f5345066f317c8acc8ff1b31a4ebb8bd0f38a1fe97df68d2b78e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.1.5-9"
|
||||
"version": "10.1.7-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -192,7 +192,7 @@ EOF
|
|||
# Valve docs for Access Control: https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#Access_Control
|
||||
if is_boolean_yes "$TOMCAT_ALLOW_REMOTE_MANAGEMENT"; then
|
||||
info "Enabling remote connections for manager and host-manager applications"
|
||||
for application in manager host-manager; do
|
||||
for application in manager host-manager examples docs; do
|
||||
[[ -f "${TOMCAT_WEBAPPS_DIR}/${application}/META-INF/context.xml" ]] || continue
|
||||
xmlstarlet ed -S --inplace --update '//Valve/@allow' --value '\d+\.\d+\.\d+\.\d+' "${TOMCAT_WEBAPPS_DIR}/${application}/META-INF/context.xml"
|
||||
done
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "10.1"
|
||||
- 10.1-debian-11
|
||||
- 10.1.5
|
||||
- 10.1.7
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue