diff --git a/bitnami/drupal/11/debian-12/Dockerfile b/bitnami/drupal/11/debian-12/Dockerfile index c5a9124afa14..9f08d59b5b30 100644 --- a/bitnami/drupal/11/debian-12/Dockerfile +++ b/bitnami/drupal/11/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-05T10:50:58Z" \ + org.opencontainers.image.created="2026-02-13T18:34:06Z" \ 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.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 ; \ COMPONENTS=( \ "render-template-1.0.9-162-linux-${OS_ARCH}-debian-12" \ - "php-8.4.17-5-linux-${OS_ARCH}-debian-12" \ + "php-8.4.18-1-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \ - "libphp-8.4.17-0-linux-${OS_ARCH}-debian-12" \ + "libphp-8.4.18-0-linux-${OS_ARCH}-debian-12" \ "apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \ "drupal-11.3.3-0-linux-${OS_ARCH}-debian-12" \ ) ; \ @@ -60,7 +60,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="11.3.3" \ 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" EXPOSE 8080 8443 diff --git a/bitnami/drupal/11/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/drupal/11/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 93cf59b06232..b134a91c7e24 100644 --- a/bitnami/drupal/11/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/drupal/11/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -46,8 +46,6 @@ print_image_welcome_page() { info "" info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" - info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - info "${YELLOW}NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the 'Bitnami Legacy' repository. More info at https://github.com/bitnami/containers/issues/83267${RESET}" info "" } diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index c77103467b27..14cbf701dd50 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -45,10 +45,6 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Get this image The recommended way to get the Bitnami Drupal Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/drupal). @@ -492,20 +488,6 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g - The drupal container now uses drush to install and update the Drupal application. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues/new) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new). Be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive information) - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.