diff --git a/bitnami/wordpress/6/debian-11/Dockerfile b/bitnami/wordpress/6/debian-11/Dockerfile index 8777c1aab938..9caf59027cce 100644 --- a/bitnami/wordpress/6/debian-11/Dockerfile +++ b/bitnami/wordpress/6/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="6.0.2-debian-11-r6" \ + org.opencontainers.image.ref.name="6.0.2-debian-11-r7" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress" \ org.opencontainers.image.title="wordpress" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -28,13 +28,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz php-8.1.10-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz php-8.1.10-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 2c8cfc8aa5eb..bf9cd5b5d243 100644 --- a/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -29,10 +29,10 @@ }, "php": { "arch": "amd64", - "digest": "2a822eb0e3f2d78200c214fffeffd6aa7e15f5089bd1af5e20c70135f487eb16", + "digest": "85f05dc1863afe261eb54641c9eea5a6507a216889902fa45ca9b88de78878f7", "distro": "debian-11", "type": "NAMI", - "version": "8.1.10-2" + "version": "8.1.10-3" }, "render-template": { "arch": "amd64", diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh index 8b5bb7a7dd58..959856a98571 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libversion.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh index 38c8f2486af6..1f27c7ff04c8 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh index 3bf21a282611..555b3ab8ecf5 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh index 1ab422dd4c31..d3369d2a027a 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh index 6fc139a94f2f..4322e06fb2f4 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh index f0977ed2d47a..b249060fd06d 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libphp.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/entrypoint.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/entrypoint.sh index 5746b9248e11..496a3441342a 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/entrypoint.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/entrypoint.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load WordPress environment . /opt/bitnami/scripts/wordpress-env.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh index 7dae6680a2b8..07e8a382c1ca 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load WordPress environment . /opt/bitnami/scripts/wordpress-env.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/setup.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/setup.sh index bc0a59216d74..3cd3af3d0b91 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/setup.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/setup.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load WordPress environment . /opt/bitnami/scripts/wordpress-env.sh diff --git a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wp-cli/postunpack.sh b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wp-cli/postunpack.sh index 6b4a2830d9fb..d69dbc9e6f41 100755 --- a/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wp-cli/postunpack.sh +++ b/bitnami/wordpress/6/debian-11/rootfs/opt/bitnami/scripts/wp-cli/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load WP-CLI environment . /opt/bitnami/scripts/wp-cli-env.sh diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index cb63ceb8c611..b5e481ac627a 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -- [`6`, `6-debian-11`, `6.0.2`, `6.0.2-debian-11-r6`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/Dockerfile) +- [`6`, `6-debian-11`, `6.0.2`, `6.0.2-debian-11-r7`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).