[bitnami/ghost] Release 5.19.1-debian-11-r0 (#10450)

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-17 22:13:00 +02:00 committed by GitHub
parent afe975cfed
commit 71b097d9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 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="5.19.0-debian-11-r0" \
org.opencontainers.image.ref.name="5.19.1-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.19.0"
org.opencontainers.image.version="5.19.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"node-14.20.1-1-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.6.10-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
"ghost-5.19.0-0-linux-${OS_ARCH}-debian-11" \
"ghost-5.19.1-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -43,7 +43,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.19.0" \
ENV APP_VERSION="5.19.1" \
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": "fddf773e603c78544c406e44377033d8cc1f8e7b5af04560c18ed5aaf0e5405b",
"digest": "80fe2f1b6fbd9031eab2f405f1832317b587914088fa1f0950f20866a0ec3c5d",
"distro": "debian-11",
"type": "NAMI",
"version": "5.19.0-0"
"version": "5.19.1-0"
},
"gosu": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "5"
- "5-debian-11"
- "5.19.0"
- "5.19.1"
- "latest"