9.0.6-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-09-17 11:02:33 +00:00
parent aed7389d1a
commit dfec348807
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.18.0-3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.24-0" --checksum 94a7e3c58310f59af5c1e14544de0a42bd1ecf394a159db94aacf8ccf6058436
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-1" --checksum a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.5-1" --checksum ad207c1938dd4202890a8b44cd5b9cb8bfc6ce8f12d26a5436b86c79ecc83f9d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.6-0" --checksum 0af4c44ed62e1b9fc2a048355c41f41b45bbe3fe9535223f75cd6885423a86b2
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -27,7 +27,7 @@ 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.0.5-debian-10-r11" \
BITNAMI_IMAGE_VERSION="9.0.6-debian-10-r0" \
DRUPAL_DATABASE_NAME="" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="" \

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "ad207c1938dd4202890a8b44cd5b9cb8bfc6ce8f12d26a5436b86c79ecc83f9d",
"digest": "0af4c44ed62e1b9fc2a048355c41f41b45bbe3fe9535223f75cd6885423a86b2",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.5-1"
"version": "9.0.6-0"
},
"gosu": {
"arch": "amd64",

View File

@ -40,7 +40,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.0.5`, `9.0.5-debian-10-r11`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.0.5-debian-10-r11/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.0.6`, `9.0.6-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.0.6-debian-10-r0/9/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.5`, `8.9.5-debian-10-r11` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/8.9.5-debian-10-r11/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).