[bitnami/drupal-nginx] Release 9.5.4-debian-11-r0 (#25812)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3ab1f994ba
commit
9cb572e9e6
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-27T22:55:25Z" \
|
||||
org.opencontainers.image.created="2023-03-01T17:05:39Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="9.5.3-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="9.5.4-debian-11-r0" \
|
||||
org.opencontainers.image.title="drupal-nginx" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="9.5.3"
|
||||
org.opencontainers.image.version="9.5.4"
|
||||
|
||||
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.12-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-9.5.3-4-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-9.5.4-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.3" \
|
||||
ENV APP_VERSION="9.5.4" \
|
||||
BITNAMI_APP_NAME="drupal-nginx" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"drupal": {
|
||||
"arch": "amd64",
|
||||
"digest": "7f440b2f17251a98a2e61449edbd73d67480997af34cbe8e3f24d00b66318ae6",
|
||||
"digest": "abf85975119d0059690af4d99a414cfd262192a7f46932f603d949afd2479ccb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.5.3-4"
|
||||
"version": "9.5.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "9"
|
||||
- 9-debian-11
|
||||
- 9.5.3
|
||||
- 9.5.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue