diff --git a/bitnami/drupal-nginx/8/rhel-7/Dockerfile b/bitnami/drupal-nginx/8/rhel-7/Dockerfile index 3b063f77d5c2..0313d35c5190 100644 --- a/bitnami/drupal-nginx/8/rhel-7/Dockerfile +++ b/bitnami/drupal-nginx/8/rhel-7/Dockerfile @@ -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" \ diff --git a/bitnami/drupal-nginx/8/rhel-7/docker-compose.yml b/bitnami/drupal-nginx/8/rhel-7/docker-compose.yml index 8c48e3a1f9cd..7ccc1da2c39d 100644 --- a/bitnami/drupal-nginx/8/rhel-7/docker-compose.yml +++ b/bitnami/drupal-nginx/8/rhel-7/docker-compose.yml @@ -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