mirror of
https://github.com/bitnami/containers.git
synced 2026-03-28 07:47:51 +08:00
[bitnami/drupal] Release 11.3.1-debian-12-r1 (#89309)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -508,7 +508,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
Copyright © 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user