From d367c8504de295deb21c74f440a2a81bfeb4f463 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 5 May 2021 13:54:16 +0000 Subject: [PATCH] 9.1.8-debian-10-r0 release --- bitnami/drupal/9/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/drupal/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/drupal/9/debian-10/Dockerfile b/bitnami/drupal/9/debian-10/Dockerfile index e5f3b853ec21..6f7db696afad 100644 --- a/bitnami/drupal/9/debian-10/Dockerfile +++ b/bitnami/drupal/9/debian-10/Dockerfile @@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.28-0" --checksum 70777f4c71ed24d033410bb3eaf4475d12aec111b971d7a3ed3f6935db72ed51 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.1.7-2" --checksum 5f4d7e91352b7439e456faa9089ef6eeb12401047fbaba185e8b5ff5e6e3ca95 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.1.8-0" --checksum 32703757b65ffd69dceee66b4d6b84df68ab655e95aea7bfb3aa0d76ae958728 RUN chmod g+rwX /opt/bitnami COPY rootfs / @@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="9.1.7-debian-10-r12" \ + BITNAMI_IMAGE_VERSION="9.1.8-debian-10-r0" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index f9d0dcb5415f..6138c2277981 100644 --- a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "drupal": { "arch": "amd64", - "digest": "5f4d7e91352b7439e456faa9089ef6eeb12401047fbaba185e8b5ff5e6e3ca95", + "digest": "32703757b65ffd69dceee66b4d6b84df68ab655e95aea7bfb3aa0d76ae958728", "distro": "debian-10", "type": "NAMI", - "version": "9.1.7-2" + "version": "9.1.8-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index a4769762c6a9..aa12a2c814cd 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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-10`, `9.1.7`, `9.1.7-debian-10-r12`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.7-debian-10-r12/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.1.8`, `9.1.8-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.8-debian-10-r0/9/debian-10/Dockerfile) * [`8`, `8-debian-10`, `8.9.14`, `8.9.14-debian-10-r12` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.14-debian-10-r12/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).