[bitnami/apache] Release 2.4.66-debian-12-r0 (#88806)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-12-04 16:06:32 +01:00 committed by GitHub
parent 32d43a9c1a
commit 4fde28cb71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-11-06T01:01:32Z" \
org.opencontainers.image.created="2025-12-04T14:52:33Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apache/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apache" \
org.opencontainers.image.title="apache" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.4.65"
org.opencontainers.image.version="2.4.66"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -28,8 +28,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.9-159-linux-${OS_ARCH}-debian-12" \
"apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
"apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -50,9 +50,9 @@ COPY rootfs /
RUN /opt/bitnami/scripts/apache/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="2.4.65" \
APP_VERSION="2.4.66" \
BITNAMI_APP_NAME="apache" \
IMAGE_REVISION="6" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/apache/bin:$PATH"
EXPOSE 8080 8443