[bitnami/ghost] Release 5.32.0-debian-11-r0 (#21846)

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
2023-01-26 15:12:17 +01:00
committed by GitHub
parent 2eb45f9b77
commit b2d3863139
3 changed files with 7 additions and 7 deletions

View File

@@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.31.0-debian-11-r1" \
org.opencontainers.image.ref.name="5.32.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.31.0"
org.opencontainers.image.version="5.32.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"node-14.21.2-1-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.6.11-2-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
"ghost-5.31.0-0-linux-${OS_ARCH}-debian-11" \
"ghost-5.32.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -44,7 +44,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.31.0" \
ENV APP_VERSION="5.32.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"

View File

@@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "88b7b8213ae75b7d816c5b505b5d8050f112db37be5f12a9fc23b3b4cc72d42b",
"digest": "8ebd699f34f6bb79005c5958c8985b4ecb40b9264df14d25c1902c9345538363",
"distro": "debian-11",
"type": "NAMI",
"version": "5.31.0-0"
"version": "5.32.0-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "5"
- "5-debian-11"
- "5.31.0"
- "5.32.0"
- "latest"