From d845a07a0e5cb2c7ae59583b8556b51a88e6bfa8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 Nov 2023 18:24:58 +0100 Subject: [PATCH] [bitnami/ghost] Release 5.74.5-debian-11-r0 (#53275) Signed-off-by: Bitnami Containers --- bitnami/ghost/5/debian-11/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/ghost/5/debian-11/tags-info.yaml | 2 +- bitnami/ghost/README.md | 12 ++++++------ 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitnami/ghost/5/debian-11/Dockerfile b/bitnami/ghost/5/debian-11/Dockerfile index 553bff6f0b8f..347c96d212d7 100644 --- a/bitnami/ghost/5/debian-11/Dockerfile +++ b/bitnami/ghost/5/debian-11/Dockerfile @@ -7,13 +7,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-11-27T10:11:23Z" \ + org.opencontainers.image.created="2023-11-28T16:10:42Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="5.74.4-debian-11-r0" \ + org.opencontainers.image.ref.name="5.74.5-debian-11-r0" \ org.opencontainers.image.title="ghost" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="5.74.4" + org.opencontainers.image.version="5.74.5" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ "python-3.11.6-11-linux-${OS_ARCH}-debian-11" \ "node-18.18.2-0-linux-${OS_ARCH}-debian-11" \ "mysql-client-10.11.6-0-linux-${OS_ARCH}-debian-11" \ - "ghost-5.74.4-0-linux-${OS_ARCH}-debian-11" \ + "ghost-5.74.5-0-linux-${OS_ARCH}-debian-11" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,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.74.4" \ +ENV APP_VERSION="5.74.5" \ BITNAMI_APP_NAME="ghost" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/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 7f2473e3e757..57d733d2898f 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 @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "5.74.4-0" + "version": "5.74.5-0" }, "mysql-client": { "arch": "amd64", diff --git a/bitnami/ghost/5/debian-11/tags-info.yaml b/bitnami/ghost/5/debian-11/tags-info.yaml index 78a797f16c34..bd28466797b2 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.74.4 +- 5.74.5 - latest diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 12da3eecf82e..2b4a6eac91ce 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -18,12 +18,12 @@ docker-compose up -d ## Why use Bitnami Images? -- Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. -- With Bitnami images the latest bug fixes and features are available as soon as possible. -- Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. -- All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. -- All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. -- Bitnami container images are released on a regular basis with the latest distribution packages available. +* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. +* With Bitnami images the latest bug fixes and features are available as soon as possible. +* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. +* All our images are based on [**minideb**](https://github.com/bitnami/minideb) -a minimalist Debian based container image that gives you a small base container image and the familiarity of a leading Linux distribution- or **scratch** -an explicitly empty image-. +* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. +* Bitnami container images are released on a regular basis with the latest distribution packages available. Looking to use Ghost in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.