From 18e3093f4ec7c7fc750896f9189636384bd14b2a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 16 Aug 2022 14:38:39 +0200 Subject: [PATCH] [bitnami/wordpress] Release 6.0.1-debian-11-r15 (#3315) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/wordpress/6/debian-11/Dockerfile | 5 +++-- .../prebuildfs/opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/wordpress/README.md | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bitnami/wordpress/6/debian-11/Dockerfile b/bitnami/wordpress/6/debian-11/Dockerfile index 6b8524a22c2b..4b749b6e7d53 100644 --- a/bitnami/wordpress/6/debian-11/Dockerfile +++ b/bitnami/wordpress/6/debian-11/Dockerfile @@ -6,6 +6,7 @@ ENV HOME="/" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ + org.opencontainers.image.ref.name="6.0.1-debian-11-r15" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress" \ org.opencontainers.image.title="wordpress" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -19,9 +20,9 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.9-1" --checksum ff5638eef2ef5b8cd3c876ff76eb6f8e5b74e727006fa17c186599e5aafbb118 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-154" --checksum 5a352475f0d887b8489e41d0c7f2e40c814899208ac53e4cf2b8b9ae96dc41b9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-153" --checksum 63b52e992b32b8a7708fa176b05dede536e1c8dbacd4d21fe977bbc1e6b378c4 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-152" --checksum 3c4757f1064b7a1648886658f05706957cf165c57fa922f4a6ebb757a19034cb +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.9-0" --checksum cebce7505cdf9a25aa92950d2d0b4f6678905c2c1aa4ade97d69b01b2848a266 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.1.9-1" --checksum ca41ef5392494586f7980d6e00ec247033517ecf811090956dc21d8505bb88cd -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.1-6" --checksum 97f6c76706f37e69be2fe2aa665447a51837bf99af2d80a3386a73cdd48f6854 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.1-7" --checksum bd74d7e39bedc854d7523bb18aa71c2f89d317bc932cabf6f8dbbc55b01c8da8 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives 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 40c69b95eeed..b4de548c779c 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 @@ -22,10 +22,10 @@ }, "mysql-client": { "arch": "amd64", - "digest": "3c4757f1064b7a1648886658f05706957cf165c57fa922f4a6ebb757a19034cb", + "digest": "cebce7505cdf9a25aa92950d2d0b4f6678905c2c1aa4ade97d69b01b2848a266", "distro": "debian-11", "type": "NAMI", - "version": "10.6.8-152" + "version": "10.6.9-0" }, "php": { "arch": "amd64", @@ -43,10 +43,10 @@ }, "wordpress": { "arch": "amd64", - "digest": "97f6c76706f37e69be2fe2aa665447a51837bf99af2d80a3386a73cdd48f6854", + "digest": "bd74d7e39bedc854d7523bb18aa71c2f89d317bc932cabf6f8dbbc55b01c8da8", "distro": "debian-11", "type": "NAMI", - "version": "6.0.1-6" + "version": "6.0.1-7" }, "wp-cli": { "arch": "amd64", diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 799a9d02a866..d5d3d4e7d1ac 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.1`, `6.0.1-debian-11-r14`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/Dockerfile) +- [`6`, `6-debian-11`, `6.0.1`, `6.0.1-debian-11-r15`, `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).