mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/drupal] Release drupal-11.1.3-debian-12-r0 (#78284)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,15 +8,15 @@ 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-02-20T18:29:02Z" \
|
||||
org.opencontainers.image.created="2025-02-21T17:12:29Z" \
|
||||
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.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="11.1.2-debian-12-r3" \
|
||||
org.opencontainers.image.ref.name="11.1.3-debian-12-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \
|
||||
org.opencontainers.image.title="drupal" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="11.1.2"
|
||||
org.opencontainers.image.version="11.1.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -30,11 +30,11 @@ RUN install_packages acl ca-certificates curl gnupg libaudit1 libbrotli1 libbsd0
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"render-template-1.0.7-13-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.3.17-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.4.5-1-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.3.17-1-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.4.5-2-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.3.17-1-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.63-1-linux-${OS_ARCH}-debian-12" \
|
||||
"drupal-11.1.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"drupal-11.1.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -59,7 +59,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="11.1.2" \
|
||||
APP_VERSION="11.1.3" \
|
||||
BITNAMI_APP_NAME="drupal" \
|
||||
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"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.1.2-0"
|
||||
"version": "11.1.3-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
@@ -21,13 +21,13 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.4.5-1"
|
||||
"version": "11.4.5-2"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.3.17-0"
|
||||
"version": "8.3.17-1"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "11"
|
||||
- 11-debian-12
|
||||
- 11.1.2
|
||||
- 11.1.3
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user