3.2.3-ol-7-r12 release

Maintenance release
This commit is contained in:
Bitnami Bot 2018-10-08 11:41:43 +00:00
parent 0a24ed5a8a
commit e3ced6e241
3 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
FROM bitnami/oraclelinux-extras:7-r122
FROM bitnami/oraclelinux-extras:7-r130
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.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="" \

View File

@ -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

View File

@ -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).