mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
[bitnami/drupal-nginx] Release 10.0.6-debian-11-r0 (#28200)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-03-24T10:25:24Z" \
|
||||
org.opencontainers.image.created="2023-03-24T16:13:47Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="10.0.5-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="10.0.6-debian-11-r0" \
|
||||
org.opencontainers.image.title="drupal-nginx" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="10.0.5"
|
||||
org.opencontainers.image.version="10.0.6"
|
||||
|
||||
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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-10.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-10.0.6-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.5" \
|
||||
ENV APP_VERSION="10.0.6" \
|
||||
BITNAMI_APP_NAME="drupal-nginx" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"drupal": {
|
||||
"arch": "amd64",
|
||||
"digest": "8284b240ef92ec676660d35d9e8db584b317e92f6fb72cb91dbca21a5f035fbb",
|
||||
"digest": "53a5388847538eab1479822326c591e25af52c5f856158049e6c60bddc0931d0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.0.5-1"
|
||||
"version": "10.0.6-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "10"
|
||||
- 10-debian-11
|
||||
- 10.0.5
|
||||
- 10.0.6
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user