9.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-01-05 09:34:48 +00:00
parent a3538adaf2
commit d484367260
4 changed files with 7 additions and 7 deletions

View File

@ -14,18 +14,18 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.5-0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-4" --checksum 9b09b8c13e726569fd846abef20228b2e29de456805994e512f3b47f74cf742d
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.3.0-2" --checksum 99e750bac5326e52077791aebfbe72b991c90e2a977a0afe2ee3642025e8a7e5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.2-0" --checksum 5b973d79a6ca751e0d868f30e87f2fcac987aa80d977fe75687dcdf68f9bef09
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
RUN /opt/bitnami/scripts/drupal/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="9.3.0-debian-10-r26" \
BITNAMI_IMAGE_VERSION="9.3.2-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "99e750bac5326e52077791aebfbe72b991c90e2a977a0afe2ee3642025e8a7e5",
"digest": "5b973d79a6ca751e0d868f30e87f2fcac987aa80d977fe75687dcdf68f9bef09",
"distro": "debian-10",
"type": "NAMI",
"version": "9.3.0-2"
"version": "9.3.2-0"
},
"gosu": {
"arch": "amd64",

View File

@ -58,7 +58,7 @@ component_unpack() {
fi
if [ -n "$package_sha256" ]; then
echo "Verifying package integrity"
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check -
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/"
rm "${base_name}.tar.gz"

View File

@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
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.0`, `9.3.0-debian-10-r26`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.0-debian-10-r26/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.3.2`, `9.3.2-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.2-debian-10-r0/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).