mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 06:47:29 +08:00
8.8.2-ol-7-r2 release
This commit is contained in:
@@ -22,7 +22,7 @@ RUN /build/install-tini.sh
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="drupal-nginx" \
|
||||
BITNAMI_IMAGE_VERSION="8.8.2-ol-7-r1" \
|
||||
BITNAMI_IMAGE_VERSION="8.8.2-ol-7-r2" \
|
||||
DRUPAL_DATABASE_NAME="bitnami_drupal" \
|
||||
DRUPAL_DATABASE_PASSWORD="" \
|
||||
DRUPAL_DATABASE_USER="bn_drupal" \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
|
||||
if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f /bitnami/"$BITNAMI_APP_NAME"/.user_scripts_initialized ]]; then
|
||||
if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f "/bitnami/$BITNAMI_APP_NAME/.user_scripts_initialized" ]]; then
|
||||
for f in /docker-entrypoint-init.d/*; do
|
||||
failure=0
|
||||
case "$f" in
|
||||
@@ -42,5 +42,5 @@ if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f /bitnami/"$BITNAMI_APP_NAME"/.u
|
||||
fi
|
||||
done
|
||||
info "Custom scripts were executed"
|
||||
touch /bitnami/"$BITNAMI_APP_NAME"/.user_scripts_initialized
|
||||
touch "/bitnami/$BITNAMI_APP_NAME/.user_scripts_initialized"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user