8.9.16-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-05-27 16:07:10 +00:00
parent 09bb367e39
commit 8068cc0f42
3 changed files with 6 additions and 6 deletions

View File

@ -14,18 +14,18 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.19.10-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.29-0" --checksum 5bf8f1ed022c8ad75a4db5b8b72ae54ce427bff628d7e4025c5b5e67b876708d
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" "8.9.15-2" --checksum 97a4f4a341a63c58eaf43e900c8daeef967fec2a3ac5534ba49ab852ba342bb6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.16-0" --checksum 337b6c6945d19c52161558c1d278eccef78d3170e9ab2594956beeeb0b75f889
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/php/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="8.9.15-debian-10-r20" \
BITNAMI_IMAGE_VERSION="8.9.16-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "97a4f4a341a63c58eaf43e900c8daeef967fec2a3ac5534ba49ab852ba342bb6",
"digest": "337b6c6945d19c52161558c1d278eccef78d3170e9ab2594956beeeb0b75f889",
"distro": "debian-10",
"type": "NAMI",
"version": "8.9.15-2"
"version": "8.9.16-0"
},
"gosu": {
"arch": "amd64",

View File

@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`9`, `9-debian-10`, `9.1.8`, `9.1.8-debian-10-r18`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.1.8-debian-10-r18/9/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.15`, `8.9.15-debian-10-r20` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/8.9.15-debian-10-r20/8/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.16`, `8.9.16-debian-10-r0` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/8.9.16-debian-10-r0/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).