mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
[bitnami/drupal-nginx] Release 10.0.3-debian-11-r0 (#22540)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="10.0.2-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="10.0.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="10.0.2"
|
||||
org.opencontainers.image.version="10.0.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-10.0.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-10.0.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="10.0.2" \
|
||||
ENV APP_VERSION="10.0.3" \
|
||||
BITNAMI_APP_NAME="drupal-nginx" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"drupal": {
|
||||
"arch": "amd64",
|
||||
"digest": "5995f6baa1ba06ffea2933743aed9c89d88951ef166a81a87e7d4f5ed32bb3a8",
|
||||
"digest": "5e518763eaf4d2b219883ca66d74e577c40c2e93295533738a6db77c26a063ea",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.0.2-1"
|
||||
"version": "10.0.3-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "10"
|
||||
- "10-debian-11"
|
||||
- "10.0.2"
|
||||
- "10.0.3"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user