mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
3.3.0-ol-7-r29 release
This commit is contained in:
@@ -21,7 +21,7 @@ RUN /build/install-tini.sh
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="phpbb" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-ol-7-r28" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-ol-7-r29" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
@@ -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