From 1b73d229dcb14383c2cc843e507a2038eb485f23 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 4 Jun 2022 01:19:04 +0000 Subject: [PATCH] 5.2.2-debian-10-r0 release --- bitnami/ghost/5/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/ghost/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/ghost/5/debian-10/Dockerfile b/bitnami/ghost/5/debian-10/Dockerfile index b114c2febb3f..cc2db10ff30d 100644 --- a/bitnami/ghost/5/debian-10/Dockerfile +++ b/bitnami/ghost/5/debian-10/Dockerfile @@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-0" --checksum 1f82279c7a88cfa1a1bf03e8d10064a00dba5b7b21923c0dd7cbca7e712a6aa3 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum a288a3866c8d3b06951b6781c79a6e3551e99c159aafa1d3dfcaa3e54db93ea7 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.2.1-0" --checksum d62251df5482d0eed4cc4dc91e4322a882716aca4402b69e4ad6c292287028c7 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.2.2-0" --checksum daff0063a639b528a6c542f8477d4ef130a6bf0328f04257a6e30dfdfd331278 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -21,7 +21,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.2.1" \ +ENV APP_VERSION="5.2.2" \ 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-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 7ac023327003..e07ce04b5681 100644 --- a/bitnami/ghost/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "ghost": { "arch": "amd64", - "digest": "d62251df5482d0eed4cc4dc91e4322a882716aca4402b69e4ad6c292287028c7", + "digest": "daff0063a639b528a6c542f8477d4ef130a6bf0328f04257a6e30dfdfd331278", "distro": "debian-10", "type": "NAMI", - "version": "5.2.1-0" + "version": "5.2.2-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 0a094b9c8c00..dee7d9633453 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/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/). -- [`5`, `5-debian-10`, `5.2.2`, `5.2.2-debian-10-r-1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.2-debian-10-r-1/5/debian-10/Dockerfile) +- [`5`, `5-debian-10`, `5.2.2`, `5.2.2-debian-10-r0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.2-debian-10-r0/5/debian-10/Dockerfile) - [`4`, `4-debian-10`, `4.48.1`, `4.48.1-debian-10-r4` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.1-debian-10-r4/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).