mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/ghost] Release 5.22.7-debian-11-r0 (#12833)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.6-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="5.22.7-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.6"
|
||||
org.opencontainers.image.version="5.22.7"
|
||||
|
||||
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.21.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.1-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.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ghost-5.22.7-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.6" \
|
||||
ENV APP_VERSION="5.22.7" \
|
||||
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": "7138425d9be44dcef727f5e17ddda88f0a103ebe023b267fde4f19b38757e3fe",
|
||||
"digest": "02f59e77115b66a61122cb6f7a30a766bd1a3053617cfc4ee060d2e92afe908a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.22.6-0"
|
||||
"version": "5.22.7-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "638787a4074854a090a100eba21a12b5261935089a5f97dec34f522bb7a1d461",
|
||||
"digest": "519635d16f8f5380e5d400dcb21f90c6bbd452479d9ef20a3f848ed3bc473f7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.21.0-0"
|
||||
"version": "14.21.1-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.22.6"
|
||||
- "5.22.7"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user