[bitnami/drupal] Release 11.3.1-debian-12-r1 (#89309)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-06 20:20:29 +01:00
committed by GitHub
parent ab9fbee2d7
commit a224005f69
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-12-18T15:56:45Z" \ org.opencontainers.image.created="2026-01-06T18:23:32Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ 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.documentation="https://github.com/bitnami/containers/tree/main/bitnami/drupal/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \
@@ -29,9 +29,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \ COMPONENTS=( \
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
"php-8.4.15-7-linux-${OS_ARCH}-debian-12" \ "php-8.4.16-1-linux-${OS_ARCH}-debian-12" \
"mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \
"libphp-8.4.15-3-linux-${OS_ARCH}-debian-12" \ "libphp-8.4.16-0-linux-${OS_ARCH}-debian-12" \
"apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \ "apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \
"drupal-11.3.1-0-linux-${OS_ARCH}-debian-12" \ "drupal-11.3.1-0-linux-${OS_ARCH}-debian-12" \
) ; \ ) ; \
@@ -60,7 +60,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="11.3.1" \ APP_VERSION="11.3.1" \
BITNAMI_APP_NAME="drupal" \ BITNAMI_APP_NAME="drupal" \
IMAGE_REVISION="0" \ IMAGE_REVISION="1" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/apache/bin:/opt/bitnami/drupal/vendor/bin:$PATH" PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/apache/bin:/opt/bitnami/drupal/vendor/bin:$PATH"
EXPOSE 8080 8443 EXPOSE 8080 8443

View File

@@ -508,7 +508,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License ## License
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.