[bitnami/drupal] Release 9.5.2-debian-11-r0 (#21160)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
2189fb5d1c
commit
1ceaf2c96b
|
|
@ -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.1-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="9.5.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \
|
||||
org.opencontainers.image.title="drupal" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="9.5.1"
|
||||
org.opencontainers.image.version="9.5.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,9 +26,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"apache-2.4.55-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.11-2-linux-${OS_ARCH}-debian-11" \
|
||||
"libphp-8.1.14-2-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.4-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.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"drupal-9.5.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -52,7 +52,7 @@ RUN /opt/bitnami/scripts/drupal/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="9.5.1" \
|
||||
APP_VERSION="9.5.2" \
|
||||
BITNAMI_APP_NAME="drupal" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/drupal/vendor/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"drupal": {
|
||||
"arch": "amd64",
|
||||
"digest": "add5edd8f7aced82f284712319fec1dde2ec84d472d1fafc8afb294aadde9a37",
|
||||
"digest": "2da382ed201240583829ebf3929cdd0442ee3df81da2e686f688d2a0e342a633",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.5.1-1"
|
||||
"version": "9.5.2-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"digest": "64bd7fafa98c548438f7c304bdac850a7f048bd8c2135af613b8748a370f1ef0",
|
||||
"digest": "57c1d857acbb187fcb98f4ba26d138af9d866f59ad38dd443a75c0a6422de994",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.4-2"
|
||||
"version": "1.0.5-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "9"
|
||||
- "9-debian-11"
|
||||
- "9.5.1"
|
||||
- "9.5.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue