[bitnami/drupal-nginx] Release 9.5.3-debian-11-r0 (#22545)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-02 01:00:37 +01:00 committed by GitHub
parent f042c489a3
commit d9a732fbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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="9.5.2-debian-11-r5" \
org.opencontainers.image.ref.name="9.5.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal-nginx" \
org.opencontainers.image.title="drupal-nginx" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="9.5.2"
org.opencontainers.image.version="9.5.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"mysql-client-10.6.11-2-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
"drupal-9.5.2-1-linux-${OS_ARCH}-debian-11" \
"drupal-9.5.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -48,7 +48,7 @@ RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
RUN /opt/bitnami/scripts/drupal/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APP_VERSION="9.5.2" \
ENV APP_VERSION="9.5.3" \
BITNAMI_APP_NAME="drupal-nginx" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "1448d6b7d666ccabd5e98fb43e1a70324ff0bd86115c2954bd1a5b049f15113e",
"digest": "734bfb92ff35bc87791c87f05c692a676ddf64cd9a8f948a93eb722befb545a0",
"distro": "debian-11",
"type": "NAMI",
"version": "9.5.2-1"
"version": "9.5.3-0"
},
"gosu": {
"arch": "amd64",

View File

@ -1,4 +1,4 @@
rolling-tags:
- "9"
- "9-debian-11"
- "9.5.2"
- "9.5.3"