mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
8.5.3-rhel-7-r1 release
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -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]+$/
|
||||
|
||||
Reference in New Issue
Block a user