[bitnami/wordpress-nginx] Release 6.8.3-debian-12-r4 (#88472)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-11-20 10:18:13 +01:00
committed by GitHub
parent cf06777173
commit 7eb96b9eb6
3 changed files with 7 additions and 9 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-21T08:40:03Z" \
org.opencontainers.image.created="2025-11-20T09:04:23Z" \
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-158-linux-${OS_ARCH}-debian-12" \
"php-8.4.13-6-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.2-0-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-159-linux-${OS_ARCH}-debian-12" \
"php-8.4.14-7-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.3-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="3" \
IMAGE_REVISION="4" \
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"

View File

@@ -52,10 +52,7 @@ php_conf_set post_max_size "$PHP_DEFAULT_POST_MAX_SIZE"
# https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
php_conf_set extension "imagick"
# Memcached extension is required for W3 Total Cache plugin
# Photon does not provide a package for the libmemcached library, so it can't support the extension
if [[ "$(get_os_metadata --id)" != "photon" ]]; then
php_conf_set extension "memcached"
fi
php_conf_set extension "memcached"
# Enable default web server configuration for WordPress
info "Creating default web server configuration for WordPress"

View File

@@ -5,6 +5,7 @@
> WordPress with NGINX combines the most popular blogging application with the power of the NGINX web server.
[Overview of WordPress with NGINX](https://wordpress.org)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR