3.2.5-debian-9-r77 release

This commit is contained in:
Bitnami Bot 2019-03-21 07:20:56 +00:00
parent 64f4202052
commit d7952a8fec
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r318
FROM bitnami/minideb-extras:stretch-r319
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -14,7 +14,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.5-debian-9-r76" \
BITNAMI_IMAGE_VERSION="3.2.5-debian-9-r77" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

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

View File

@ -9,9 +9,7 @@ services:
volumes:
- 'mariadb_data:/bitnami'
phpbb:
image: 'bitnami/phpbb:latest'
labels:
kompose.service.type: nodeport
image: 'bitnami/phpbb:3'
environment:
- MARIADB_HOST=mariadb
- MARIADB_PORT_NUMBER=3306
@ -30,4 +28,3 @@ volumes:
driver: local
phpbb_data:
driver: local