9.0.7-debian-10-r33 release

This commit is contained in:
Bitnami Bot 2020-11-11 10:34:48 +00:00
parent ba0c744aad
commit f0efb20b93
3 changed files with 6 additions and 6 deletions

View File

@ -15,14 +15,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.24-0" --checksum 56a9ba9702d7fb2ee7dedf181ee00eb6756130a234710fc04653650837f3a3ca
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-2" --checksum f1bee333423f6627d795ea9e0b6a89c18d2e5c2e2d015bb4620f040f1d520cf6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.7-1" --checksum fcd879fbfafa5b0b069865385d0e814c63fd539036a39593d0f3723cd20eb344
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.7-2" --checksum cfa980c8aa87d5825070e4c195dd3118842d1222b4d20eed7c38263aeb0a36c5
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
@ -31,7 +31,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="drupal" \
BITNAMI_IMAGE_VERSION="9.0.7-debian-10-r32" \
BITNAMI_IMAGE_VERSION="9.0.7-debian-10-r33" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "fcd879fbfafa5b0b069865385d0e814c63fd539036a39593d0f3723cd20eb344",
"digest": "cfa980c8aa87d5825070e4c195dd3118842d1222b4d20eed7c38263aeb0a36c5",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.7-1"
"version": "9.0.7-2"
},
"gosu": {
"arch": "amd64",

View File

@ -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.0.7`, `9.0.7-debian-10-r32`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.7-debian-10-r32/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.0.7`, `9.0.7-debian-10-r33`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.7-debian-10-r33/9/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.8`, `8.9.8-debian-10-r5` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.8-debian-10-r5/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).