mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/ghost] Release 5.34.0-debian-11-r0 (#23862)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.33.8-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="5.34.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.33.8"
|
||||
org.opencontainers.image.version="5.34.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"node-16.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.12-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.33.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.34.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.33.8" \
|
||||
ENV APP_VERSION="5.34.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"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"ghost": {
|
||||
"arch": "amd64",
|
||||
"digest": "2cfca7f4b6cef415d6220a9229666772a6743c6cebe034eb5b8d86d8bc7a4496",
|
||||
"digest": "221ba6576341c8bd6953c792544a88cbb0a6836f1ea20d938e70be3874099efb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.33.8-0"
|
||||
"version": "5.34.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "5"
|
||||
- 5-debian-11
|
||||
- 5.33.8
|
||||
- 5.34.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user