diff --git a/bitnami/drupal/9/debian-10/Dockerfile b/bitnami/drupal/9/debian-10/Dockerfile index 88877756f987..5cdacbc942cf 100644 --- a/bitnami/drupal/9/debian-10/Dockerfile +++ b/bitnami/drupal/9/debian-10/Dockerfile @@ -14,8 +14,8 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.48- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-0" --checksum 92b99c64a3ffe10fd94ef9ecd94d2dd65a172404c726093eb50b3b293523559d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.29-1" --checksum bb5e5663ed26e35eac840f2f98d5beb0a458bad653dceb6efba0d8fd4918d673 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.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.3-0" --checksum 99540071708d88a34455bfe4f2a130635183819f894ce1922eebfa923ee0c349 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.4-0" --checksum f55e3b803d4945f47ce59c21a9b6063c30c0476ff909a9bcdd933486d670832d 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.2.3-debian-10-r3" \ + BITNAMI_IMAGE_VERSION="9.2.4-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 5efc93aaf538..fc97374fb14c 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,17 +8,17 @@ }, "drupal": { "arch": "amd64", - "digest": "99540071708d88a34455bfe4f2a130635183819f894ce1922eebfa923ee0c349", + "digest": "f55e3b803d4945f47ce59c21a9b6063c30c0476ff909a9bcdd933486d670832d", "distro": "debian-10", "type": "NAMI", - "version": "9.2.3-0" + "version": "9.2.4-0" }, "gosu": { "arch": "amd64", - "digest": "fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129", + "digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e", "distro": "debian-10", "type": "NAMI", - "version": "1.13.0-0" + "version": "1.14.0-0" }, "libphp": { "arch": "amd64", diff --git a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libvalidations.sh b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libvalidations.sh index ca5afc91c7b5..2d7aaa943513 100644 --- a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libvalidations.sh +++ b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/scripts/libvalidations.sh @@ -91,6 +91,22 @@ is_true_false_value() { fi } +######################## +# Check if the provided argument is a boolean 1/0 value +# Arguments: +# $1 - Value to check +# Returns: +# Boolean +######################### +is_1_0_value() { + local -r bool="${1:-}" + if [[ "$bool" =~ ^[10]$ ]]; then + true + else + false + fi +} + ######################## # Check if the provided argument is an empty string or not defined # Arguments: diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 1b435f747735..39bff23de70d 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.2.3`, `9.2.3-debian-10-r3`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.2.3-debian-10-r3/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.2.4`, `9.2.4-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.2.4-debian-10-r0/9/debian-10/Dockerfile) * [`8`, `8-debian-10`, `8.9.17`, `8.9.17-debian-10-r14` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.17-debian-10-r14/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).