From def9ffcf8655cd1bcf009f6cf6a95474467f2e5a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 26 Sep 2022 17:21:29 +0200 Subject: [PATCH] [bitnami/ghost] Release 4.48.4-debian-11-r8 (#7959) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/ghost/4/debian-11/Dockerfile | 14 +++++++------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/ghost/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/ghost/4/debian-11/Dockerfile b/bitnami/ghost/4/debian-11/Dockerfile index e43fd05789bb..f9f9c34beeb7 100644 --- a/bitnami/ghost/4/debian-11/Dockerfile +++ b/bitnami/ghost/4/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="4.48.4-debian-11-r7" \ + org.opencontainers.image.ref.name="4.48.4-debian-11-r8" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \ org.opencontainers.image.title="ghost" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -28,13 +28,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz python-3.8.14-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + sha256sum -c node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz node-14.20.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 3f6303b94255..9f29411e2df7 100644 --- a/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -22,10 +22,10 @@ }, "node": { "arch": "amd64", - "digest": "49946e0443d8f479f296c79589fea205126b6f6faa6b4474e5dd713b36d8167c", + "digest": "82532cfe58e59f8b085f6c9e83ec6d51a2abeb1be7240e979f790418c9513d73", "distro": "debian-11", "type": "NAMI", - "version": "14.20.0-3" + "version": "14.20.1-0" }, "python": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index ccdf9ee82938..8009e7298e4f 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t - [`5`, `5-debian-11`, `5.16.0`, `5.16.0-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.4`, `4.48.4-debian-11-r7` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/4/debian-11/Dockerfile) +- [`4`, `4-debian-11`, `4.48.4`, `4.48.4-debian-11-r8` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).