From 4356009421fb81de88e9732c211bccf8e8b5aa27 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 7 Oct 2022 19:47:37 +0200 Subject: [PATCH] [bitnami/ghost] Release 5.18.0-debian-11-r0 (#9452) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/ghost/5/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/ghost/5/debian-11/tags-info.yaml | 2 +- bitnami/ghost/README.md | 4 +--- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/bitnami/ghost/5/debian-11/Dockerfile b/bitnami/ghost/5/debian-11/Dockerfile index b16cdd1a1f37..60d79d1dc4c4 100644 --- a/bitnami/ghost/5/debian-11/Dockerfile +++ b/bitnami/ghost/5/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="5.17.2-debian-11-r1" \ + org.opencontainers.image.ref.name="5.18.0-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \ org.opencontainers.image.title="ghost" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="5.17.2" + org.opencontainers.image.version="5.18.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ "node-14.20.1-1-linux-${OS_ARCH}-debian-11" \ "mysql-client-10.6.10-1-linux-${OS_ARCH}-debian-11" \ "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ - "ghost-5.17.2-1-linux-${OS_ARCH}-debian-11" \ + "ghost-5.18.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/ghost/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -ENV APP_VERSION="5.17.2" \ +ENV APP_VERSION="5.18.0" \ BITNAMI_APP_NAME="ghost" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH" diff --git a/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 9585ace697c6..0979d48b0bea 100644 --- a/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "ghost": { "arch": "amd64", - "digest": "bf97189198990c0a5f1aec015c6294cb4d0d20e476b6aa08fbba722c33c0e4f6", + "digest": "4294f260420bae5fa6fe2bf5ea43ac939b91413202cd634f40e2e1425bf8aee9", "distro": "debian-11", "type": "NAMI", - "version": "5.17.2-1" + "version": "5.18.0-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/ghost/5/debian-11/tags-info.yaml b/bitnami/ghost/5/debian-11/tags-info.yaml index caa59ab2e89a..5b5614ee6693 100644 --- a/bitnami/ghost/5/debian-11/tags-info.yaml +++ b/bitnami/ghost/5/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "5" - "5-debian-11" - - "5.17.2" + - "5.18.0" - "latest" diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 8909cc8eb53e..e0f43fb015ae 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -40,9 +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/). - -- [`5`, `5-debian-11`, `5.17.2`, `5.17.2-debian-11-r1`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/5/debian-11/Dockerfile) -- [`4`, `4-debian-11`, `4.48.6`, `4.48.6-debian-11-r1` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/4/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).