8.6.13-rhel-7-r9 release

This commit is contained in:
Bitnami Bot
2019-03-29 09:01:37 +00:00
parent 26fcad7a0b
commit fdc3d22e32
2 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,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.13-rhel-7-r8" \
BITNAMI_IMAGE_VERSION="8.6.13-rhel-7-r9" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

@@ -2,7 +2,7 @@ version: '2'
services:
mariadb:
image: 'bitnami/mariadb:latest'
image: bitnami/mariadb:latest
environment:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_drupal
@@ -10,7 +10,10 @@ services:
volumes:
- 'mariadb_data:/bitnami'
drupal:
image: 'bitnami/drupal-nginx:8-rhel-7'
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/drupal-nginx-php7
image: registry.connect.redhat.com/bitnami/drupal-nginx-php7
environment:
- MARIADB_HOST=mariadb
- MARIADB_PORT_NUMBER=3306