9.1.4-debian-10-r13 release

This commit is contained in:
Bitnami Bot
2021-02-15 23:32:13 +00:00
parent 7380bd57cb
commit e36ce46965
3 changed files with 6 additions and 6 deletions

View File

@@ -15,12 +15,12 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.27-0" --checksum 2286192dff818006a16c4ad42a79e8564b4e9924faced7b0d7edef6516f6ccc3
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" "9.1.4-0" --checksum efdca3f9b9e31f27656dfcf40f1623e746037859bc99b8192c6ab70fda4b7571
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.1.4-1" --checksum fc634178582cb70f9dca08faba25376f9f81e48021d920058f9c9553b2c471fc
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/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
@@ -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.1.4-debian-10-r12" \
BITNAMI_IMAGE_VERSION="9.1.4-debian-10-r13" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "efdca3f9b9e31f27656dfcf40f1623e746037859bc99b8192c6ab70fda4b7571",
"digest": "fc634178582cb70f9dca08faba25376f9f81e48021d920058f9c9553b2c471fc",
"distro": "debian-10",
"type": "NAMI",
"version": "9.1.4-0"
"version": "9.1.4-1"
},
"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.1.4`, `9.1.4-debian-10-r12`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.4-debian-10-r12/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.1.4`, `9.1.4-debian-10-r13`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.4-debian-10-r13/9/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.13`, `8.9.13-debian-10-r23` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.13-debian-10-r23/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).