[bitnami/drupal] Release 11.1.7-debian-12-r1 (#81167)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-05-17 21:46:49 +02:00
committed by GitHub
parent 6973f06253
commit b2d203f829
2 changed files with 9 additions and 10 deletions

View File

@@ -8,10 +8,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-05-08T05:50:41Z" \
org.opencontainers.image.created="2025-05-17T19:10:18Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/drupal/README.md" \
org.opencontainers.image.ref.name="11.1.7-debian-12-r0" \
org.opencontainers.image.ref.name="11.1.7-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \
org.opencontainers.image.title="drupal" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -29,9 +29,9 @@ RUN install_packages acl ca-certificates curl gnupg libaudit1 libbrotli1 libbsd0
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.7-16-linux-${OS_ARCH}-debian-12" \
"php-8.3.20-4-linux-${OS_ARCH}-debian-12" \
"mysql-client-11.4.5-2-linux-${OS_ARCH}-debian-12" \
"libphp-8.3.20-2-linux-${OS_ARCH}-debian-12" \
"php-8.3.21-4-linux-${OS_ARCH}-debian-12" \
"mysql-client-11.4.6-0-linux-${OS_ARCH}-debian-12" \
"libphp-8.3.21-1-linux-${OS_ARCH}-debian-12" \
"apache-2.4.63-2-linux-${OS_ARCH}-debian-12" \
"drupal-11.1.7-0-linux-${OS_ARCH}-debian-12" \
) ; \
@@ -44,8 +44,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true

View File

@@ -15,19 +15,19 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.3.20-2"
"version": "8.3.21-1"
},
"mysql-client": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "11.4.5-2"
"version": "11.4.6-0"
},
"php": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.3.20-4"
"version": "8.3.21-4"
},
"render-template": {
"arch": "amd64",