3.2.3-debian-9-r18 release

This commit is contained in:
Bitnami Bot 2018-10-18 03:22:23 +00:00
parent 7d1f3cb386
commit 9c7c377bf6
2 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
FROM bitnami/minideb-extras:stretch-r169
FROM bitnami/minideb-extras:stretch-r170
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu57 libidn11 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libncurses5 libnettle6 libnghttp2-14 libp11-kit0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.0.2 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5 libtinfo5 libunistring0 libxml2 libxslt1.1 zlib1g
RUN bitnami-pkg unpack apache-2.4.35-1 --checksum 5a1ab97d35e180104bd852c69095edc0b91da74d8b8a789c40563ceeb255f491
RUN bitnami-pkg unpack apache-2.4.35-2 --checksum 025a7e9c18433832a5818f81be1460708de1774d0cce9e67d45abdd63493a18c
RUN bitnami-pkg unpack php-7.1.23-0 --checksum f7b1e5ccfd94938d0332805b2c05e5d1277234a56fa9d46edc58bb0ef3119581
RUN bitnami-pkg unpack mysql-client-10.1.36-0 --checksum e265f405c7707a49615c141ecf1e49aa0dc218d1d4660bbb51e94cfaa584c272
RUN bitnami-pkg unpack libphp-7.1.23-0 --checksum d5517e9a81b55fb42645f96cf36c171156ea314dae32322d112c96c84930e7bb
RUN bitnami-pkg unpack phpbb-3.2.3-2 --checksum 16c1ec7e7f7d0e874f4672e64916afcf9b01a8a4fb5a9121999caa0793d579bb
RUN bitnami-pkg unpack phpbb-3.2.3-3 --checksum 266e1c8d319dc992cfce8ec32f53aa7035e05bc8926552cc56f694ecc6cf0822
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-debian-9-r17" \
BITNAMI_IMAGE_VERSION="3.2.3-debian-9-r18" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-ol-7`, `3.2.3-ol-7-r20` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-ol-7-r20/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.2.3-debian-9-r17`, `3`, `3.2.3`, `3.2.3-r17`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-debian-9-r17/3/debian-9/Dockerfile)
* [`3-debian-9`, `3.2.3-debian-9-r18`, `3`, `3.2.3`, `3.2.3-r18`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.3-debian-9-r18/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).