Skip to content

Commit ce6e9e5

Browse files
authored
[bitnami/wordpress-nginx] Release 6.9.0-debian-12-r2 (#89315)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent db17414 commit ce6e9e5

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

bitnami/wordpress-nginx/6/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2025-12-10T13:31:31Z" \
10+
org.opencontainers.image.created="2026-01-06T20:52:14Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-nginx/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-nginx" \
@@ -29,8 +29,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
3131
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
32-
"php-8.4.15-7-linux-${OS_ARCH}-debian-12" \
33-
"nginx-1.29.4-0-linux-${OS_ARCH}-debian-12" \
32+
"php-8.4.16-1-linux-${OS_ARCH}-debian-12" \
33+
"nginx-1.29.4-1-linux-${OS_ARCH}-debian-12" \
3434
"mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \
3535
"wordpress-nginx-6.9.0-0-linux-${OS_ARCH}-debian-12" \
3636
) ; \
@@ -57,7 +57,7 @@ RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
5757
RUN /opt/bitnami/scripts/wordpress/postunpack.sh
5858
ENV APP_VERSION="6.9.0" \
5959
BITNAMI_APP_NAME="wordpress-nginx" \
60-
IMAGE_REVISION="1" \
60+
IMAGE_REVISION="2" \
6161
NGINX_HTTPS_PORT_NUMBER="" \
6262
NGINX_HTTP_PORT_NUMBER="" \
6363
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"

bitnami/wordpress-nginx/6/debian-12/rootfs/opt/bitnami/scripts/nginx/postunpack.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ ensure_dir_exists /usr/share/nginx
9999
ln -sf /app /usr/share/nginx/html
100100
ln -sf /opt/bitnami/nginx/logs /var/log/nginx
101101
ln -sf /opt/bitnami/nginx/tmp /var/run/nginx
102-
ensure_dir_exists /opt/bitnami/nginx/tmp/cache
103-
ln -sf /opt/bitnami/nginx/tmp/cache /var/cache/nginx
104102
ensure_dir_exists /usr/sbin
105103
ln -sf /opt/bitnami/nginx/sbin/nginx /usr/sbin/nginx
106104
ensure_dir_exists /usr/lib/nginx

bitnami/wordpress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ If you encountered a problem running this container, you can file an [issue](htt
609609

610610
## License
611611

612-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
612+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
613613

614614
Licensed under the Apache License, Version 2.0 (the "License");
615615
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)