8.7.7-debian-9-r1 release

This commit is contained in:
Bitnami Bot 2019-09-05 08:45:40 +00:00
parent 2a69dfcb9d
commit 8cc2cfeed2
2 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r469
FROM bitnami/minideb-extras:stretch-r470
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -13,7 +13,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.7.7-debian-9-r0" \
BITNAMI_IMAGE_VERSION="8.7.7-debian-9-r1" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \
@ -31,9 +31,6 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
MYSQL_CLIENT_CREATE_DATABASE_PASSWORD="" \
MYSQL_CLIENT_CREATE_DATABASE_PRIVILEGES="ALL" \
MYSQL_CLIENT_CREATE_DATABASE_USER="" \
NGINX_ENABLE_CUSTOM_PORTS="no" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/php/sbin:/opt/bitnami/nginx/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/drupal/vendor/bin:$PATH"
EXPOSE 80 443

View File

@ -1,5 +0,0 @@
{
"enableCustomPorts": "{{$global.env.NGINX_ENABLE_CUSTOM_PORTS}}",
"httpPort": "{{$global.env.NGINX_HTTP_PORT_NUMBER}}",
"httpsPort": "{{$global.env.NGINX_HTTPS_PORT_NUMBER}}"
}