[bitnami/ghost] Release 5.22.9-debian-11-r1 (#13193)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
2bb43848e7
commit
45e6592ece
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="5.22.9-debian-11-r0" \
|
org.opencontainers.image.ref.name="5.22.9-debian-11-r1" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \
|
||||||
org.opencontainers.image.title="ghost" \
|
org.opencontainers.image.title="ghost" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
|
|
@ -23,9 +23,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"python-3.8.15-1-linux-${OS_ARCH}-debian-11" \
|
"python-3.8.15-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"node-14.21.1-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" \
|
"mysql-client-10.6.11-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||||
"ghost-5.22.9-0-linux-${OS_ARCH}-debian-11" \
|
"ghost-5.22.9-1-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"ghost": {
|
"ghost": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "31b67eefc02f3591bea899dd0ead0415ec53cb62dcefbd39a8638af130cc2c2a",
|
"digest": "5f7f1b152e9c30d30131946928c5dff3492779d22f086ccced68a45c3e9138d9",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "5.22.9-0"
|
"version": "5.22.9-1"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
},
|
},
|
||||||
"mysql-client": {
|
"mysql-client": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "0fda0610f58dd980bcf431d256d3fbad89b58f915af3d9a642b1588057d353f5",
|
"digest": "c4bdede83fe1cef62481e4ff88c32b7af5797bea7cd2415ca98aca00ae897042",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "10.6.10-1"
|
"version": "10.6.11-0"
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue