9.2.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-07-08 12:50:57 +00:00
parent 1c62c687a5
commit 46cf9fea86
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.29-0" --checksum 4d12ca46685c94e8502990d417a466a919d1aa5d9528b29a45df3284686bbbf9
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.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.0-0" --checksum 8e82bc8430b5cbf02ffc0ce3fb86be9d344d6046de13e046ce624f7eda5d777e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.1-0" --checksum 90a40672f28945140d71c28fcf576d04e5a368d10b2aabfb445cfd3645537264
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
@@ -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.2.0-debian-10-r10" \
BITNAMI_IMAGE_VERSION="9.2.1-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "8e82bc8430b5cbf02ffc0ce3fb86be9d344d6046de13e046ce624f7eda5d777e",
"digest": "90a40672f28945140d71c28fcf576d04e5a368d10b2aabfb445cfd3645537264",
"distro": "debian-10",
"type": "NAMI",
"version": "9.2.0-0"
"version": "9.2.1-0"
},
"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.2.0`, `9.2.0-debian-10-r10`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.2.0-debian-10-r10/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.2.1`, `9.2.1-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.2.1-debian-10-r0/9/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.9.16`, `8.9.16-debian-10-r29` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.16-debian-10-r29/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).