9.0.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-08-06 03:49:17 +00:00
parent 960af754c3
commit 7afd03ef82
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.20-0" --checksum 15fa4a11f2e11377ba0d6476ce22021349f62ef2fdfbe2af4f86dca10baaa997
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.2-3" --checksum 0415b4dc052733a13894929ca3b3de035351d8c1ecd1b1aa42557632b393e656
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.3-0" --checksum 1603aae8e93e3d4d0f0dbe58294f0197af93c8e097ea51223190ba0a42af1fe3
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -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.2-debian-10-r12" \
BITNAMI_IMAGE_VERSION="9.0.3-debian-10-r0" \
DRUPAL_DATABASE_NAME="" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="" \

View File

@@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "0415b4dc052733a13894929ca3b3de035351d8c1ecd1b1aa42557632b393e656",
"digest": "1603aae8e93e3d4d0f0dbe58294f0197af93c8e097ea51223190ba0a42af1fe3",
"distro": "debian-10",
"type": "NAMI",
"version": "9.0.2-3"
"version": "9.0.3-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -39,7 +39,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-debian-10`, `9.0.3-debian-10-r-1`, `9`, `9.0.3`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.3-debian-10-r-1/9/debian-10/Dockerfile)
* [`9-debian-10`, `9.0.3-debian-10-r0`, `9`, `9.0.3`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.3-debian-10-r0/9/debian-10/Dockerfile)
* [`8-debian-10`, `8.9.3-debian-10-r0`, `8`, `8.9.3` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.3-debian-10-r0/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).