8.6.9-rhel-7-r0 release

This commit is contained in:
Bitnami Bot
2019-02-14 12:56:08 +00:00
parent 50caa547d9
commit c7cc5f3904
3 changed files with 7 additions and 5 deletions

View File

@@ -8,16 +8,18 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages bzip2-libs cyrus-sasl-lib freetype glibc gmp keyutils-libs krb5-libs libcom_err libcurl libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmemcached libpng libselinux libssh2 libstdc++ libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre postgresql-libs readline xz-libs zlib
RUN bitnami-pkg unpack nginx-1.14.2-20 --checksum 10e7ce1e441ca0e949b16cb3a3f21338bd61fea074f62ad947aa135d5e824ef0
RUN bitnami-pkg unpack php-7.1.26-0 --checksum bb5a0ed24d5520eb4765f8ca63f63419ab7ec6e23a22ac5f7f0256f364d66e1b
RUN bitnami-pkg unpack php-7.1.26-1 --checksum 6010013512da02bfd74bf2c41a95e9b141458175698596a75ef5d51aef54189e
RUN bitnami-pkg unpack mysql-client-10.1.38-0 --checksum fdd44abc2ff752b759ded1a7f27e334feed2be427a5850e2d21f2d093f3fee75
RUN bitnami-pkg unpack drupal-8.6.8-0 --checksum f794e128cce8e4b634a1afebc41209e0fd975f1ee79043fab8431a1e564a777a
RUN bitnami-pkg unpack drupal-8.6.9-0 --checksum d07d1317a95b49761371dcb3c84c6fb99b0003b161c242e0e491b22e0061c15f
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
RUN mkdir -p /opt/bitnami/php/logs && chown 1001 /opt/bitnami/php/logs
RUN mkdir -p /opt/bitnami/php/tmp && chown 1001 /opt/bitnami/php/tmp
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="8.6.8-rhel-7-r2" \
BITNAMI_IMAGE_VERSION="8.6.9-rhel-7-r0" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

@@ -7,7 +7,7 @@ print_welcome_page
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "./run.sh" ]]; then
. /init.sh
nami_initialize nginx php mysql-client drupal
nami_initialize nginx mysql-client drupal
info "Starting drupal... "
fi

View File

@@ -5,7 +5,7 @@
NGINX_INSTALLDIR="/opt/bitnami/nginx"
NGINX_CONF_DIR="${NGINX_INSTALLDIR}/conf"
PHP_INSTALLDIR="/opt/bitnami/php"
PHP_CONF_DIR="${PHP_INSTALLDIR}/conf"
PHP_CONF_DIR="${PHP_INSTALLDIR}/etc"
PHP_TEMP_DIR="${PHP_INSTALLDIR}/tmp"
_forwardTerm () {