8.7.0-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-05-01 23:01:16 +00:00
parent be96a9afce
commit 2e19aa2020
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libffi6 libfreetype6 l
RUN bitnami-pkg unpack nginx-1.14.2-21 --checksum 73c924db078bebc7173aa5a596036285d1da41cbe985d1e4cc024f681e6dca52
RUN bitnami-pkg unpack php-7.1.28-0 --checksum d42b033c9f897a43d96b1a34c5ebf53472f3c880ae1e3abf39ee361e116cccbe
RUN bitnami-pkg unpack mysql-client-10.2.23-0 --checksum 3f364d915f1e62037db20a41c7d750004d69c897dd7934e9a3cd2d4c491f4175
RUN bitnami-pkg unpack drupal-8.6.15-0 --checksum f9d3aa7ef68c6122cde0547775a14f701d2f2000f01a1f486ceeaff695bd3558
RUN bitnami-pkg unpack drupal-8.7.0-0 --checksum 3a0f2d8e4b70a2c2607034a1c8ddd1ea0f46477d31a528445403411911938036
RUN mkdir -p /opt/bitnami/php/logs && chown daemon /opt/bitnami/php/logs && \
mkdir -p /opt/bitnami/php/tmp && chown daemon /opt/bitnami/php/tmp && \
ln -sf /opt/bitnami/php/etc /opt/bitnami/php/conf
@ -16,7 +16,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="8.6.15-debian-9-r5" \
BITNAMI_IMAGE_VERSION="8.7.0-debian-9-r0" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \