3.9.0-debian-9-r2 release

This commit is contained in:
Bitnami Bot 2019-03-21 06:44:28 +00:00
parent 252070609a
commit a47f2a93ec
3 changed files with 5 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
@ -17,7 +17,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="matomo" \
BITNAMI_IMAGE_VERSION="3.9.0-debian-9-r1" \
BITNAMI_IMAGE_VERSION="3.9.0-debian-9-r2" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -44,8 +44,8 @@ $ kubectl apply -f test.yaml
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.9.0-ol-7-r2` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.9.0-ol-7-r2/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.9.0-debian-9-r1`, `3`, `3.9.0`, `3.9.0-r1`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.9.0-debian-9-r1/3/debian-9/Dockerfile)
* [`3-ol-7`, `3.9.0-ol-7-r1` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.9.0-ol-7-r1/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.9.0-debian-9-r2`, `3`, `3.9.0`, `3.9.0-r2`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.9.0-debian-9-r2/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).

View File

@ -9,15 +9,13 @@ services:
volumes:
- 'mariadb_data:/bitnami'
matomo:
image: 'bitnami/matomo:latest'
image: 'bitnami/matomo:3'
environment:
- MARIADB_HOST=mariadb
- MARIADB_PORT_NUMBER=3306
- MATOMO_DATABASE_USER=bn_matomo
- MATOMO_DATABASE_NAME=bitnami_matomo
- ALLOW_EMPTY_PASSWORD=yes
labels:
kompose.service.type: nodeport
ports:
- '80:80'
- '443:443'