From 330ebf40361941e15c1aa32c362dae99e1851e81 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 30 Jun 2022 05:56:48 +0000 Subject: [PATCH] 6.0.0-debian-11-r8 release --- bitnami/wordpress-intel/6/debian-11/Dockerfile | 2 +- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wordpress-intel/README.md | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitnami/wordpress-intel/6/debian-11/Dockerfile b/bitnami/wordpress-intel/6/debian-11/Dockerfile index 86be5da0567e..b25d050a2868 100644 --- a/bitnami/wordpress-intel/6/debian-11/Dockerfile +++ b/bitnami/wordpress-intel/6/debian-11/Dockerfile @@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.20-150 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-150" --checksum 1d47407703e824d0d6c17ea6720947f7d55dd7db657e997b0411259de1cdc688 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx-intel" "0.4.7-151" --checksum 8c9eeeda17b37a7fcd97a63d96d2c4f8193612e930a318de678d3d2a1bd57ff8 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-156" --checksum 740ababc4458c684c66513905968f0e11a79bd98a7a9b389e9f771e5e7fb3a56 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-157" --checksum 5269ed7e8e99952e292079f84fcbc75dccd1bd8fe56ba37e8d8c2383fa3b8e7e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives diff --git a/bitnami/wordpress-intel/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress-intel/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 647a8abb11f2..8219a398c1f0 100644 --- a/bitnami/wordpress-intel/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress-intel/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -43,10 +43,10 @@ }, "wordpress": { "arch": "amd64", - "digest": "740ababc4458c684c66513905968f0e11a79bd98a7a9b389e9f771e5e7fb3a56", + "digest": "5269ed7e8e99952e292079f84fcbc75dccd1bd8fe56ba37e8d8c2383fa3b8e7e", "distro": "debian-11", "type": "NAMI", - "version": "6.0.0-156" + "version": "6.0.0-157" }, "wp-cli": { "arch": "amd64", diff --git a/bitnami/wordpress-intel/README.md b/bitnami/wordpress-intel/README.md index b6e45be00902..8346bd048e17 100644 --- a/bitnami/wordpress-intel/README.md +++ b/bitnami/wordpress-intel/README.md @@ -49,7 +49,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.0`, `6.0.0-debian-11-r7`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-11-r7/6/debian-11/Dockerfile) +- [`6`, `6-debian-11`, `6.0.0`, `6.0.0-debian-11-r8`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-11-r8/6/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress). @@ -577,6 +577,10 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g ... ``` +## Branch Deprecation Notice + +WordPress for Intel's branch 5.x.x is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-29-2022 + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-wordpress-intel/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-wordpress-intel/pulls) with your contribution.