From 97e1ee50e058da6bd8fa617ffc51415da1da10cd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 10 Oct 2022 16:05:25 +0200 Subject: [PATCH] [bitnami/wordpress] Release 6.0.2-debian-11-r15 (#9752) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/wordpress/6/debian-11/Dockerfile | 4 ++-- bitnami/wordpress/README.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bitnami/wordpress/6/debian-11/Dockerfile b/bitnami/wordpress/6/debian-11/Dockerfile index 333b43a332b7..eab887d22363 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-r14" \ + org.opencontainers.image.ref.name="6.0.2-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." \ @@ -37,7 +37,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index da8f4bbde970..bdccf63efd7f 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -40,8 +40,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-r14`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/Dockerfile) +You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).