[bitnami/ghost] Release 5.30.0-debian-11-r0 (#20196)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7551e3a198
commit
1db2c0fb6a
|
|
@ -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.29.0-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="5.30.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.29.0"
|
||||
org.opencontainers.image.version="5.30.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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.29.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.30.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.29.0" \
|
||||
ENV APP_VERSION="5.30.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": "d121d87a627f4ecb5e071808266a7fb1e98f8aef4ee7c09e4d5d32eb29bdc693",
|
||||
"digest": "048c97c261f6a7396f1e7ce53ad4d14b747ded150dc35ee36a3141b0394391f7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.29.0-0"
|
||||
"version": "5.30.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.29.0"
|
||||
- "5.30.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue