[bitnami/ghost] Release 4.48.6-debian-11-r0 (#8975)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-05 16:46:35 +02:00
committed by GitHub
parent 48355ac578
commit 16c1c485eb
4 changed files with 13 additions and 13 deletions

View File

@@ -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="4.48.5-debian-11-r2" \
org.opencontainers.image.ref.name="4.48.6-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="4.48.5"
org.opencontainers.image.version="4.48.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -52,13 +52,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz ghost-4.48.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz ghost-4.48.6-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -66,7 +66,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="4.48.5" \
ENV APP_VERSION="4.48.6" \
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"

View File

@@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "da73c70ca2abf796fd36af52b0f934e9d6890151d9a26dbe5ecd70a650ea5739",
"digest": "b3a4cb033b62d3edfa2b68868fd64dcbc9c848131a8a40b052049107796dfa87",
"distro": "debian-11",
"type": "NAMI",
"version": "4.48.5-0"
"version": "4.48.6-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.48.5"
- "4.48.6"