mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
5.0.1-ol-7-r30 release
This commit is contained in:
@@ -23,7 +23,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_SET_HTTPS_PORT="no" \
|
||||
APACHE_SET_HTTP_PORT="no" \
|
||||
BITNAMI_APP_NAME="phpmyadmin" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.1-ol-7-r29" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.1-ol-7-r30" \
|
||||
DATABASE_ENABLE_SSL="no" \
|
||||
DATABASE_HOST="mariadb" \
|
||||
DATABASE_PORT_NUMBER="3306" \
|
||||
|
||||
@@ -205,7 +205,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
|
||||
fi
|
||||
# We need to be in $HOME in order to nami inspect works
|
||||
cd $HOME
|
||||
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e 'installdir' | cut -f4 -d\")"
|
||||
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e '"installdir"' | cut -f4 -d\")"
|
||||
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
|
||||
chmod $BITNAMI_PKG_CHMOD $DIRS
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user