8.5.3-rhel-7-r1 release

This commit is contained in:
Bitnami Bot
2018-05-30 13:15:00 +00:00
parent a408af98f5
commit ee9b1242ad
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="8443" \
APACHE_HTTP_PORT_NUMBER="8080" \
BITNAMI_APP_NAME="drupal" \
BITNAMI_IMAGE_VERSION="8.5.3-rhel-7-r0" \
BITNAMI_IMAGE_VERSION="8.5.3-rhel-7-r1" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

@@ -26,6 +26,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`8`, `8.5.3-r26`, `latest` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.5.3-r26/8/Dockerfile)
* [`8-rhel-7`, `8.5.3-rhel-7-r1` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.5.3-rhel-7-r1/8/rhel-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).

View File

@@ -7,7 +7,7 @@ jobs:
environment:
RELEASE_SERIES_LIST: "8"
LATEST_STABLE: "8"
DISTRIBUTIONS_LIST: "debian-8"
DISTRIBUTIONS_LIST: "debian-8,rhel-7"
IMAGE_NAME: drupal
CHART_NAME: drupal
CHART_REPO: https://github.com/kubernetes/charts
@@ -64,4 +64,4 @@ workflows:
branches:
only: /.*/
tags:
only: /^[0-9].*-r[0-9]+(-(?!rhel).*)?$/
only: /^.*(?<!-rhel-7)-r[0-9]+$/