8.6.4-ol-7-r2 release

This commit is contained in:
Bitnami Bot
2018-12-07 03:16:53 +00:00
parent 8295eaf904
commit 2d1a0b9c7b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
FROM bitnami/oraclelinux-extras:7-r189
FROM bitnami/oraclelinux-extras:7-r190
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmcrypt libmemcached libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib
RUN bitnami-pkg unpack apache-2.4.37-1 --checksum 3220aa5e11f8a9914ddc3319235119b28da16c9a15ea33509feb40800d72d55b
RUN bitnami-pkg unpack php-7.1.24-2 --checksum d866d69b98bbdd90b92726a8c7004b673d1afd8c2fb08ef935997bf0895ccbc1
RUN bitnami-pkg unpack php-7.1.25-0 --checksum 02a9136da3c027cd9782ff2e5e5ee1564b26f1ab15accda700f80a1e3ca81c82
RUN bitnami-pkg unpack mysql-client-10.1.37-0 --checksum c1a94cb16b0325672c1c653d017f909e705a0be0efc46cc2a2a416d7e6a196da
RUN bitnami-pkg unpack libphp-7.1.24-1 --checksum 5902edafff09837a7cf975cea78dfdf2bcd98d7642e41e8ef3878ca58cb9ccb8
RUN bitnami-pkg unpack libphp-7.1.25-0 --checksum bff97e0050b34fb8132d0cdfb1fa9c27b74b38987e4ae4db1034fda79da56fd1
RUN bitnami-pkg unpack drupal-8.6.4-0 --checksum f192b9dea38ec423227253b877b00ff102713b0a5bb481024997b05a6041867b
RUN mkdir -p /opt/bitnami/apache/tmp && chmod g+rwX /opt/bitnami/apache/tmp
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
@@ -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.4-ol-7-r1" \
BITNAMI_IMAGE_VERSION="8.6.4-ol-7-r2" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`8-rhel-7`, `8.6.4-rhel-7-r1` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-rhel-7-r1/8/rhel-7/Dockerfile)
* [`8-php5-rhel-7`, `8.6.4-php5-rhel-7-r0` (8-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-php5-rhel-7-r0/8-php5/rhel-7/Dockerfile)
* [`8-ol-7`, `8.6.4-ol-7-r1` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-ol-7-r1/8/ol-7/Dockerfile)
* [`8-ol-7`, `8.6.4-ol-7-r2` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-ol-7-r2/8/ol-7/Dockerfile)
* [`8-debian-9`, `8.6.4-debian-9-r2`, `8`, `8.6.4`, `8.6.4-r2`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-debian-9-r2/8/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).