8.5.6-ol-7-r14 release

This commit is contained in:
Bitnami Bot 2018-08-21 03:11:16 +00:00
parent fd2461ed0d
commit f363d2c528
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
FROM bitnami/oraclelinux-extras:7-r75
FROM bitnami/oraclelinux-extras:7-r76
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 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.34-1 --checksum d06af72741b365147c39bb30ca9e1df1501d97c3c6a44b200e64c3c4eb7878f6
RUN bitnami-pkg unpack php-7.1.20-1 --checksum 453099c5c33e2d3f011ab61b7dc27e68e77063a80e6ce166a2ef26f73434ef62
RUN bitnami-pkg unpack php-7.1.21-0 --checksum abb9367981b2ce1231810795234fd53cc586283afbb6fb20d58b4bce61661fcd
RUN bitnami-pkg unpack mysql-client-10.1.35-0 --checksum e8b7b1feec15c0dd8c1643eb0ab0220c384e1eb981e1ef7cd51d06bb9fb09e6e
RUN bitnami-pkg install libphp-7.1.20-1 --checksum 70d768e0a0435fd175c1b3116432d5b3d2ff6a14bd078f5216dc756ec629e69f
RUN bitnami-pkg install libphp-7.1.21-0 --checksum e1b4055d7d47b37f22a5c4765c70a03a3130307bcd4779d3f01daa340519a9b0
RUN bitnami-pkg unpack drupal-8.5.6-0 --checksum c040e2193171ab45bbc9b9e47662235c5b39aad24355db8dbf577abefb6207ff
COPY rootfs /
@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="drupal" \
BITNAMI_IMAGE_VERSION="8.5.6-ol-7-r13" \
BITNAMI_IMAGE_VERSION="8.5.6-ol-7-r14" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

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