[bitnami/wordpress-nginx] Release 6.8.3-debian-12-r2 (#87379)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-11 15:19:39 +02:00 committed by GitHub
parent d1b587657d
commit e276d98223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ 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-10-07T14:34:47Z" \
org.opencontainers.image.created="2025-10-11T13:00:48Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-nginx/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-nginx" \
@ -28,9 +28,9 @@ 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-156-linux-${OS_ARCH}-debian-12" \
"php-8.2.29-12-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.1-0-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-157-linux-${OS_ARCH}-debian-12" \
"php-8.2.29-15-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.2-0-linux-${OS_ARCH}-debian-12" \
"mysql-client-12.0.2-0-linux-${OS_ARCH}-debian-12" \
"wordpress-nginx-6.8.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
@ -57,7 +57,7 @@ RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
RUN /opt/bitnami/scripts/wordpress/postunpack.sh
ENV APP_VERSION="6.8.3" \
BITNAMI_APP_NAME="wordpress-nginx" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/wp-cli/bin:/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/nginx/sbin:/opt/bitnami/mysql/bin:$PATH"