From efb7e2f47f1a47e3ca9a4f609474ddd178a80db7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 3 Feb 2022 16:25:13 +0000 Subject: [PATCH] 9.3.4-debian-10-r0 release --- bitnami/drupal/9/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- .../prebuildfs/opt/bitnami/scripts/libcomponent.sh | 2 +- bitnami/drupal/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/drupal/9/debian-10/Dockerfile b/bitnami/drupal/9/debian-10/Dockerfile index 2e26782113d5..af3eea00f3fa 100644 --- a/bitnami/drupal/9/debian-10/Dockerfile +++ b/bitnami/drupal/9/debian-10/Dockerfile @@ -15,21 +15,21 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.1.2-1" --checksum 5b34c02c23b5139e45a41c19640f4c0ea65486ddd271d3c317d67f68b7e9c8c6 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.3-5" --checksum b8ebbb2ffb4429925faf0ebf39f03363dfd4fb5d84e9be677eda6f6e009ec9b8 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.4-0" --checksum f5365ea029b1448c6d0fdfcf3a9394a86f14a68509dcf262590e282f4b230a4e RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami COPY rootfs / -RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/php/postunpack.sh +RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/drupal/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="9.3.3-debian-10-r13" \ + BITNAMI_IMAGE_VERSION="9.3.4-debian-10-r0" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/drupal/vendor/bin:$PATH" EXPOSE 8080 8443 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 d5615df667c9..3923cd2fa66f 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": "b8ebbb2ffb4429925faf0ebf39f03363dfd4fb5d84e9be677eda6f6e009ec9b8", + "digest": "f5365ea029b1448c6d0fdfcf3a9394a86f14a68509dcf262590e282f4b230a4e", "distro": "debian-10", "type": "NAMI", - "version": "9.3.3-5" + "version": "9.3.4-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libcomponent.sh b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libcomponent.sh index 94abe7e64562..e3098a93b7c0 100644 --- a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libcomponent.sh +++ b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libcomponent.sh @@ -60,6 +60,6 @@ component_unpack() { echo "Verifying package integrity" echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?" fi - tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/" + tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 rm "${base_name}.tar.gz" } diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index a3175c9be220..279d96fd2499 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -43,7 +43,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.3.3`, `9.3.3-debian-10-r13`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.3.3-debian-10-r13/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.3.4`, `9.3.4-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.3.4-debian-10-r0/9/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).