[bitnami/ghost] Release 5.53.1-debian-11-r0 (#38674)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-23 22:21:30 +02:00
committed by GitHub
parent f14c061b9c
commit d62c4053d8
4 changed files with 11 additions and 8 deletions

View File

@@ -1,15 +1,18 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-06-21T19:06:09Z" \
org.opencontainers.image.created="2023-06-23T19:40:29Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.52.3-debian-11-r0" \
org.opencontainers.image.ref.name="5.53.1-debian-11-r0" \
org.opencontainers.image.title="ghost" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.52.3"
org.opencontainers.image.version="5.53.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -25,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"python-3.9.17-1-linux-${OS_ARCH}-debian-11" \
"node-16.20.1-0-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.11.4-0-linux-${OS_ARCH}-debian-11" \
"ghost-5.52.3-0-linux-${OS_ARCH}-debian-11" \
"ghost-5.53.1-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -43,7 +46,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.52.3" \
ENV APP_VERSION="5.53.1" \
BITNAMI_APP_NAME="ghost" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/ghost/bin:$PATH"

View File

@@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "5.52.3-0"
"version": "5.53.1-0"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -42,7 +42,7 @@ ensure_dir_exists() {
local owner_user="${2:-}"
local owner_group="${3:-}"
mkdir -p "${dir}"
[ -d "${dir}" ] || mkdir -p "${dir}"
if [[ -n $owner_user ]]; then
owned_by "$dir" "$owner_user" "$owner_group"
fi

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "5"
- 5-debian-11
- 5.52.3
- 5.53.1
- latest