From 2f3a24508df9cbe5f9e7a7f652b59d907bef8fb7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 15 May 2021 03:14:14 +0000 Subject: [PATCH] 5.7.2-debian-10-r2 release --- bitnami/wordpress/5/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wordpress/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/wordpress/5/debian-10/Dockerfile b/bitnami/wordpress/5/debian-10/Dockerfile index f8e36713c5ef..5666c08e8aa4 100644 --- a/bitnami/wordpress/5/debian-10/Dockerfile +++ b/bitnami/wordpress/5/debian-10/Dockerfile @@ -14,15 +14,15 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.46- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.4.0-2" --checksum 33c3b53e87e9e433291ac3511e68263c80b43aa4de3dead9502934f506b7f2e6 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.29-0" --checksum 5bf8f1ed022c8ad75a4db5b8b72ae54ce427bff628d7e4025c5b5e67b876708d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.19-0" --checksum 285daf7986284f628aa0278ebdff8d9bb8d5c97527a8582f254aaf300d4215ca -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-0" --checksum 21421c8f2f5ca41635e0f2487e84037a4cdbe1e61dc2657f35359a5f99ec96ef +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-1" --checksum 7ff610bc75f2f7573cbe66a8a221438d3bdc04fbcff67be06354a1e2d1681a10 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50 RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache/postunpack.sh +RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/wordpress/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ @@ -30,7 +30,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="wordpress" \ - BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r1" \ + BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r2" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 8dd70758d850..66968b4edbde 100644 --- a/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -43,10 +43,10 @@ }, "wordpress": { "arch": "amd64", - "digest": "21421c8f2f5ca41635e0f2487e84037a4cdbe1e61dc2657f35359a5f99ec96ef", + "digest": "7ff610bc75f2f7573cbe66a8a221438d3bdc04fbcff67be06354a1e2d1681a10", "distro": "debian-10", "type": "NAMI", - "version": "5.7.2-0" + "version": "5.7.2-1" }, "wp-cli": { "arch": "amd64", diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index d8570d06a43e..93fcdd59862a 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/). -- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r1/5/debian-10/Dockerfile) +- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r2`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r2/5/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).