From 604c23d6115b64941dca489636beb577217f0b06 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 29 Sep 2022 18:56:09 +0200 Subject: [PATCH] [bitnami/wordpress] Release 6.0.2-debian-11-r11 (#8327) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/wordpress/6/debian-11/Dockerfile | 26 +++++++++---------- .../opt/bitnami/.bitnami_components.json | 8 +++--- bitnami/wordpress/README.md | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bitnami/wordpress/6/debian-11/Dockerfile b/bitnami/wordpress/6/debian-11/Dockerfile index dbb6fc7b285d..67d739fb93e0 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-r10" \ + org.opencontainers.image.ref.name="6.0.2-debian-11-r11" \ 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-4-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz php-8.1.10-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf php-8.1.11-1-linux-${OS_ARCH}-debian-11.tar.gz php-8.1.11-1-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 ; \ @@ -60,13 +60,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz libphp-8.1.10-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz libphp-8.1.11-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f wordpress-6.0.2-4-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/wordpress-6.0.2-4-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 f008ac65ea3f..10cfec4191f7 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 @@ -15,10 +15,10 @@ }, "libphp": { "arch": "amd64", - "digest": "e8cbf104805c5e49f1832592a12d9ba1bb6a2f842db9c43c3a1f544636dcac21", + "digest": "2c75f34845295a8e01ad5dd90099f98298fa54eb9d824516ba8eb0bedb1f2ed3", "distro": "debian-11", "type": "NAMI", - "version": "8.1.10-1" + "version": "8.1.11-0" }, "mysql-client": { "arch": "amd64", @@ -29,10 +29,10 @@ }, "php": { "arch": "amd64", - "digest": "492f64cf20f238101ef7f9edf6e3840b7833aac3c526576c0994b7d43f8e4efd", + "digest": "187cc893970d7b4e07fbf1a5fe688014f05b0a88dc6b3d2d74c8af63fad91a53", "distro": "debian-11", "type": "NAMI", - "version": "8.1.10-4" + "version": "8.1.11-1" }, "render-template": { "arch": "amd64", diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 68e4b381276a..798467d961bd 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-r10`, `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-r11`, `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).