From 92480ceaf8d71d4aa84675dcdc24b855e76dbaa7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 15 Aug 2018 11:03:11 +0000 Subject: [PATCH] 4.9.8-rhel-7-r1 release Cloud image release to fix vulnerabilities CVE-2018-3646 CVE-2018-3615 CVE-2018-3620 --- bitnami/wordpress/4/rhel-7/Dockerfile | 8 ++++---- bitnami/wordpress/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/wordpress/4/rhel-7/Dockerfile b/bitnami/wordpress/4/rhel-7/Dockerfile index 7f34aae8fc74..28306381ffd3 100644 --- a/bitnami/wordpress/4/rhel-7/Dockerfile +++ b/bitnami/wordpress/4/rhel-7/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/helm-publish-ci/redhat-extras:7-r52 +FROM gcr.io/helm-publish-ci/redhat-extras:7-r66 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ @@ -9,9 +9,9 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ RUN install_packages bzip2-libs cyrus-sasl-lib expat freetype glibc gmp keyutils-libs krb5-libs libcom_err libcurl libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libpng libselinux libssh2 libstdc++ libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre postgresql-libs readline sqlite xz-libs zlib RUN bitnami-pkg unpack apache-2.4.34-1 --checksum cdaa4e89b26534999debc5d7dc1b34d76fd42ea986e40941d276c0ad24c4016d RUN bitnami-pkg unpack php-7.0.31-1 --checksum 1adbbe5556dfa5fdaab13c012ca11b3a3d3ed42bdf526e5e3b9ae977a55b6768 -RUN bitnami-pkg unpack mysql-client-10.1.33-0 --checksum 4b07acdb7d3f6a61161414ad7f7639da8f291962e242eb257f612d18c8231501 +RUN bitnami-pkg unpack mysql-client-10.1.35-0 --checksum cbd83c2a1126d14e59c9fe88bf497d4eef8fe7c9b9aba415475c0849787f658c RUN bitnami-pkg install libphp-7.0.31-0 --checksum 7a7ba0fcb2026c4269f1a64d9dce3471d111d5281a7dd34c4d7ebef99795d5d9 -RUN bitnami-pkg unpack wordpress-4.9.8-0 --checksum 92615e51c5417f36f7df3e2d3777537bfbfbd8ba38920c9da7e25d52e1f50931 +RUN bitnami-pkg unpack wordpress-4.9.8-1 --checksum 316c0224395ff374f703de71b26d42658e0d29dbed73072d2437838b9c61ad14 RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/error_log @@ -20,7 +20,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="8443" \ APACHE_HTTP_PORT_NUMBER="8080" \ BITNAMI_APP_NAME="wordpress" \ - BITNAMI_IMAGE_VERSION="4.9.8-rhel-7-r0" \ + BITNAMI_IMAGE_VERSION="4.9.8-rhel-7-r1" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index d908a28dc209..18879ac1cfee 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -30,7 +30,7 @@ $ docker-compose up Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`4-rhel-7`, `4.9.8-rhel-7-r0` (4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.8-rhel-7-r0/4/rhel-7/Dockerfile) +* [`4-rhel-7`, `4.9.8-rhel-7-r1` (4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.8-rhel-7-r1/4/rhel-7/Dockerfile) * [`4-php5-rhel-7`, `4.9.8-php5-rhel-7-r0` (4-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.8-php5-rhel-7-r0/4-php5/rhel-7/Dockerfile) * [`4-ol-7`, `4.9.8-ol-7-r9` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.8-ol-7-r9/4/ol-7/Dockerfile) * [`4-debian-9`, `4.9.8-debian-9-r9`, `4`, `4.9.8`, `4.9.8-r9`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/4.9.8-debian-9-r9/4/Dockerfile)