From 031e73fff3dbc46826c6b8b0ad357fa059b12ff0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 3 Apr 2018 11:07:35 +0000 Subject: [PATCH] 3.2.2-r3 release Update image to version 3.2.2-r3 --- bitnami/phpbb/3/Dockerfile | 10 +++++----- bitnami/phpbb/README.md | 7 ------- bitnami/phpbb/circle.yml | 1 - 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/bitnami/phpbb/3/Dockerfile b/bitnami/phpbb/3/Dockerfile index 336cf778ab59..91bc561aeb9a 100644 --- a/bitnami/phpbb/3/Dockerfile +++ b/bitnami/phpbb/3/Dockerfile @@ -3,10 +3,10 @@ LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages libapr1 libaprutil1 libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls-deb0-28 libgpg-error0 libgssapi-krb5-2 libhogweed2 libicu52 libidn11 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libncurses5 libnettle4 libp11-kit0 libpcre3 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libuuid1 libxml2 libxslt1.1 zlib1g -RUN bitnami-pkg unpack apache-2.4.29-1 --checksum 42114e87aafb1d519ab33451b6836873bca125d78ce7423c5f7f1de4a7198596 -RUN bitnami-pkg unpack php-7.0.28-0 --checksum 998f187961dd91ad14bd08e692559a8e1f59441f634256554dfcc1ddcbbd8209 -RUN bitnami-pkg unpack mysql-client-10.1.31-0 --checksum c5140f9fd386782201b78559972045018928a405df324564deb392c6c61073c1 -RUN bitnami-pkg install libphp-7.0.28-0 --checksum a9d64e3bf9dd634710c8a9020735efa8f1bff6a6ffbb6b1f048d5d6cc9dccfc6 +RUN bitnami-pkg unpack apache-2.4.33-0 --checksum 8b7e149b571298efb73d476ba0a87df0d0f8aa17fa3adf0590ffc0d37bf5d6cf +RUN bitnami-pkg unpack php-7.0.29-0 --checksum 978aae6e1eb9130edbfd2d340c0fccd8a294011b7582c1fa290cd6c12a8f8732 +RUN bitnami-pkg unpack mysql-client-10.1.32-0 --checksum e65dc7fa2dd7fa6cac74d62a2cff2e3d40f650e721ac955381dc7b6f83d4a141 +RUN bitnami-pkg install libphp-7.0.29-0 --checksum 4b37430c93913ba40be454a5837993ca60c3e6f15018d83df5619f16ff20af1c RUN bitnami-pkg unpack phpbb-3.2.2-0 --checksum 4a4fed1b9c59a52c157d981d92555976b52b9f970957531567c5dad0f9eed424 COPY rootfs / @@ -15,7 +15,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.2-r2" \ + BITNAMI_IMAGE_VERSION="3.2.2-r3" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 9219643e63a0..fc4853865138 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -1,5 +1,4 @@ [![CircleCI](https://circleci.com/gh/bitnami/bitnami-docker-phpbb/tree/master.svg?style=shield)](https://circleci.com/gh/bitnami/bitnami-docker-phpbb/tree/master) -[![Slack](https://img.shields.io/badge/slack-join%20chat%20%E2%86%92-e01563.svg)](http://slack.oss.bitnami.com) # What is phpBB? @@ -343,12 +342,6 @@ If you encountered a problem running this container, you can file an [issue](htt - Version of this container (`$ echo $BITNAMI_IMAGE_VERSION` inside the container) - The command you used to run the container, and any relevant output you saw (masking any sensitive information) -# Community - -Most real time communication happens in the `#containers` channel at [bitnami-oss.slack.com](http://bitnami-oss.slack.com); you can sign up at [slack.oss.bitnami.com](http://slack.oss.bitnami.com). - -Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.slackarchive.io). - # License Copyright 2016-2018 Bitnami diff --git a/bitnami/phpbb/circle.yml b/bitnami/phpbb/circle.yml index 1ef25a2b5f46..b95092ad430a 100644 --- a/bitnami/phpbb/circle.yml +++ b/bitnami/phpbb/circle.yml @@ -8,7 +8,6 @@ jobs: RELEASE_SERIES_LIST: "3" LATEST_STABLE: "3" IMAGE_NAME: phpbb - CHART_NAME: phpbb CHART_REPO: https://github.com/bitnami/charts EXTRA_CHART_REPOS_LIST: "https://github.com/kubernetes/charts" DOCKER_PROJECT: bitnami