3.3.0-debian-10-r13 release

This commit is contained in:
Bitnami Bot 2020-02-08 01:06:51 +00:00
parent f6ee53f8bf
commit 1693cbdeb8
3 changed files with 12 additions and 2 deletions

View File

@ -20,8 +20,12 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APACHE_SET_HTTPS_PORT="no" \
APACHE_SET_HTTP_PORT="no" \
BITNAMI_APP_NAME="phpbb" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r12" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r13" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -0,0 +1,6 @@
{
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}",
"setHttpPort": "{{$global.env.APACHE_SET_HTTP_PORT}}",
"setHttpsPort": "{{$global.env.APACHE_SET_HTTPS_PORT}}"
}

View File

@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-ol-7`, `3.3.0-ol-7-r30` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-ol-7-r30/3/ol-7/Dockerfile)
* [`3-debian-10`, `3.3.0-debian-10-r12`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r12/3/debian-10/Dockerfile)
* [`3-debian-10`, `3.3.0-debian-10-r13`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r13/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).