9.2.7-debian-10-r0 release
This commit is contained in:
parent
cde0d28b78
commit
28e5f0eb7e
|
|
@ -14,18 +14,18 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.3-0
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236
|
||||
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.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.6-1" --checksum 7f7568463a68f3c36cc5ceeeb8bddffcbe47b3b6ab850f989c142a107f4b50f3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.2.7-0" --checksum 9c9b3d705efa83668da9b8845eaf46705eeef81cdcb7039febfaf184c56eaa4d
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/nginx/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="9.2.6-debian-10-r19" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.7-debian-10-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"drupal": {
|
||||
"arch": "amd64",
|
||||
"digest": "7f7568463a68f3c36cc5ceeeb8bddffcbe47b3b6ab850f989c142a107f4b50f3",
|
||||
"digest": "9c9b3d705efa83668da9b8845eaf46705eeef81cdcb7039febfaf184c56eaa4d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.2.6-1"
|
||||
"version": "9.2.7-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,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.6`, `9.2.6-debian-10-r19`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.2.6-debian-10-r19/9/debian-10/Dockerfile)
|
||||
* [`9`, `9-debian-10`, `9.2.7`, `9.2.7-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.2.7-debian-10-r0/9/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.9.19`, `8.9.19-debian-10-r20` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/8.9.19-debian-10-r20/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).
|
||||
|
|
|
|||
Loading…
Reference in New Issue