From e3ced6e2419f4b91823e28ba3a592a2545b1afb7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 8 Oct 2018 11:41:43 +0000 Subject: [PATCH] 3.2.3-ol-7-r12 release Maintenance release --- bitnami/phpbb/3/ol-7/Dockerfile | 10 +++++----- bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh | 2 +- bitnami/phpbb/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/phpbb/3/ol-7/Dockerfile b/bitnami/phpbb/3/ol-7/Dockerfile index 52b134dba7a1..b9fa12585afa 100644 --- a/bitnami/phpbb/3/ol-7/Dockerfile +++ b/bitnami/phpbb/3/ol-7/Dockerfile @@ -1,20 +1,20 @@ -FROM bitnami/oraclelinux-extras:7-r122 +FROM bitnami/oraclelinux-extras:7-r130 LABEL maintainer "Bitnami " # 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.35-0 --checksum 5d3d1836c2ff00e299779b9f5ad90f65e599655b6a96908c579966d206bb4396 -RUN bitnami-pkg unpack php-7.0.32-1 --checksum e4dc53e7136006e86064102fea76ffe2f3ac357c48ff7393eb3047fd82ae05b6 +RUN bitnami-pkg unpack php-7.1.22-2 --checksum 8f4ab141e851691e9238b18282f3eb62b985b6bd7df3459ba4648d32e3c01d09 RUN bitnami-pkg unpack mysql-client-10.1.36-0 --checksum 066d5ea1a684175a9a9709a0d7d1585067324f58bcd8a569d1fd8e61028dc71b -RUN bitnami-pkg install libphp-7.0.32-2 --checksum a9477d2211a4d63d3894d43767c796305e55b196182223d1ad986455f1daf1de -RUN bitnami-pkg unpack phpbb-3.2.3-0 --checksum fd278671956dfef5d9ec472424bfa6a29feec8c5cb39b265e0cf56811f9c9ed6 +RUN bitnami-pkg unpack libphp-7.1.22-2 --checksum 8abad49bc487f1db36bac51381c7cb17bbbeedfc1ffa095785545d862fc4af31 +RUN bitnami-pkg unpack phpbb-3.2.3-2 --checksum 174e5ca2798fc2010d80865e98657da05d390d283acb130ed9c174ac131e14da COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.3-ol-7-r11" \ + BITNAMI_IMAGE_VERSION="3.2.3-ol-7-r12" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh b/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh index 3a634f1aae49..82a7db3803c1 100755 --- a/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh +++ b/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh @@ -7,7 +7,7 @@ print_welcome_page if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then . /init.sh - nami_initialize apache php mysql-client phpbb + nami_initialize apache php mysql-client libphp phpbb info "Starting phpbb... " fi diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index f11cb330dcd7..e410278fe344 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy 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/). -* [`3-ol-7`, `3.2.3-ol-7-r11` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-ol-7-r11/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.2.3-ol-7-r12` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-ol-7-r12/3/ol-7/Dockerfile) * [`3-debian-9`, `3.2.3-debian-9-r10`, `3`, `3.2.3`, `3.2.3-r10`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-debian-9-r10/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).