8.8.0-ol-7-r0 release

This commit is contained in:
Bitnami Bot 2019-12-10 08:24:51 +00:00
parent 41856fa7d7
commit d1e1c93bb4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r553
FROM bitnami/oraclelinux-extras:7-r559
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -6,14 +6,14 @@ RUN install_packages GeoIP bzip2-libs cyrus-sasl-lib freetds-libs freetype glibc
RUN bitnami-pkg unpack php-7.3.12-1 --checksum c809d01cf8f4542d340dda697674e919a4e96f95c5e409551a21562bc9446afe
RUN bitnami-pkg unpack nginx-1.16.1-3 --checksum 4a2eb5c1dca2f7fcd7d3f40986c82a1d58bf5cc8de304717c25e8956c51c49e0
RUN bitnami-pkg unpack mysql-client-10.3.20-0 --checksum 6e895c7c56273bf724d87014c70187045fa0a399d9f24067e84f27475e3c071a
RUN bitnami-pkg unpack drupal-8.7.10-0 --checksum 1f92469c6560e6e2652bc9ad1c35838dc4cbb767346c7a3c6419c3c4610d2a02
RUN bitnami-pkg unpack drupal-8.8.0-0 --checksum 7e61957595d4912a93b719a6f51f93c99553899647d6f7b45cd51719fe362fd6
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="8.7.10-ol-7-r20" \
BITNAMI_IMAGE_VERSION="8.8.0-ol-7-r0" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \