mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 07:07:37 +08:00
8.6.2-debian-9-r15 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r184
|
||||
FROM bitnami/minideb-extras:stretch-r185
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
@@ -17,7 +17,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="drupal" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.2-debian-9-r14" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.2-debian-9-r15" \
|
||||
DRUPAL_DATABASE_NAME="bitnami_drupal" \
|
||||
DRUPAL_DATABASE_PASSWORD="" \
|
||||
DRUPAL_DATABASE_USER="bn_drupal" \
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
## @brief Helper function to show an error when a password is empty and exit
|
||||
## param $1 Input name
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
DAEMON=httpd
|
||||
EXEC=$(which $DAEMON)
|
||||
ARGS="-f /opt/bitnami/apache/conf/httpd.conf -D FOREGROUND"
|
||||
ARGS=("-f" "/opt/bitnami/apache/conf/httpd.conf" "-D" "FOREGROUND")
|
||||
|
||||
# create apache tmp directory
|
||||
mkdir /opt/bitnami/apache/tmp
|
||||
|
||||
info "Starting ${DAEMON}..."
|
||||
exec ${EXEC} ${ARGS}
|
||||
exec "$EXEC" "${ARGS[@]}"
|
||||
|
||||
@@ -44,8 +44,8 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`8-rhel-7`, `8.6.2-rhel-7-r1` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-rhel-7-r1/8/rhel-7/Dockerfile)
|
||||
* [`8-php5-rhel-7`, `8.6.2-php5-rhel-7-r0` (8-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-php5-rhel-7-r0/8-php5/rhel-7/Dockerfile)
|
||||
* [`8-ol-7`, `8.6.2-ol-7-r16` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-ol-7-r16/8/ol-7/Dockerfile)
|
||||
* [`8-debian-9`, `8.6.2-debian-9-r14`, `8`, `8.6.2`, `8.6.2-r14`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-debian-9-r14/8/debian-9/Dockerfile)
|
||||
* [`8-ol-7`, `8.6.2-ol-7-r15` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-ol-7-r15/8/ol-7/Dockerfile)
|
||||
* [`8-debian-9`, `8.6.2-debian-9-r15`, `8`, `8.6.2`, `8.6.2-r15`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-debian-9-r15/8/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user