[bitnami/ghost] Release 5.22.5-debian-11-r0 (#12506)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f7cae3ac3f
commit
9a64e01409
|
|
@ -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.22.4-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="5.22.5-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.22.4"
|
||||
org.opencontainers.image.version="5.22.5"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,10 +22,10 @@ RUN install_packages acl ca-certificates curl jq libaudit1 libbz2-1.0 libcap-ng0
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.15-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.20.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.0-0-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.22.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.22.5-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.22.4" \
|
||||
ENV APP_VERSION="5.22.5" \
|
||||
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": "5bc922b0f7ebf12f9a5cdd5af6f94ad7f844e74aa411449b46fb8b37abd836f5",
|
||||
"digest": "446ff64f73ff3d03e3d8ba9376ffb10f865c7b66b7a2c4454d137ec830f0c65d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.22.4-0"
|
||||
"version": "5.22.5-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "39d830676988d92eb0cc0d3b340384a60cf87fe4af9ee6caa5a2558b69dee8db",
|
||||
"digest": "638787a4074854a090a100eba21a12b5261935089a5f97dec34f522bb7a1d461",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.20.1-1"
|
||||
"version": "14.21.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.22.4"
|
||||
- "5.22.5"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue