From d9ea6e0ca54edd6b744bd096655a530b1fd1da22 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 18 Sep 2022 23:01:35 +0200 Subject: [PATCH] [bitnami/drupal] Release 9.4.5-debian-11-r11 (#6964) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/drupal/9/debian-11/Dockerfile | 2 +- .../rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh | 2 +- .../drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/drupal/entrypoint.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/drupal/postunpack.sh | 2 +- .../9/debian-11/rootfs/opt/bitnami/scripts/drupal/setup.sh | 2 +- .../drupal/9/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh | 2 +- bitnami/drupal/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/drupal/9/debian-11/Dockerfile b/bitnami/drupal/9/debian-11/Dockerfile index 75fae1fa2ff3..2902d4cc10ad 100644 --- a/bitnami/drupal/9/debian-11/Dockerfile +++ b/bitnami/drupal/9/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="9.4.5-debian-11-r10" \ + org.opencontainers.image.ref.name="9.4.5-debian-11-r11" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \ org.opencontainers.image.title="drupal" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh index 8b5bb7a7dd58..959856a98571 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache-modphp/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libversion.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh index 38c8f2486af6..1f27c7ff04c8 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh index 3bf21a282611..555b3ab8ecf5 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/reload.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh index 1ab422dd4c31..d3369d2a027a 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/run.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh index 6fc139a94f2f..4322e06fb2f4 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/apache/setup.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libapache.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/entrypoint.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/entrypoint.sh index 28199c594a74..e6cd4bae5101 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/entrypoint.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/entrypoint.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load Drupal environment . /opt/bitnami/scripts/drupal-env.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/postunpack.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/postunpack.sh index 1a47fcd4aed0..94f6c805b0a6 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/postunpack.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load Drupal environment . /opt/bitnami/scripts/drupal-env.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/setup.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/setup.sh index 514792f90724..8efa4ad66764 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/setup.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/drupal/setup.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load Drupal environment . /opt/bitnami/scripts/drupal-env.sh diff --git a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh index f0977ed2d47a..b249060fd06d 100755 --- a/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh +++ b/bitnami/drupal/9/debian-11/rootfs/opt/bitnami/scripts/php/reload.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libphp.sh diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 6e31540269de..d31c60993e29 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`9`, `9-debian-11`, `9.4.5`, `9.4.5-debian-11-r10`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/9/debian-11/Dockerfile) +* [`9`, `9-debian-11`, `9.4.5`, `9.4.5-debian-11-r11`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/9/debian-11/Dockerfile) * [`7`, `7-debian-11`, `7.92.0`, `7.92.0-debian-11-r6` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/7/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).