mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
3.9.0-debian-9-r2 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM bitnami/minideb-extras:stretch-r318
|
FROM bitnami/minideb-extras:stretch-r319
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
@@ -17,7 +17,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||||||
APACHE_HTTPS_PORT_NUMBER="443" \
|
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||||
APACHE_HTTP_PORT_NUMBER="80" \
|
APACHE_HTTP_PORT_NUMBER="80" \
|
||||||
BITNAMI_APP_NAME="matomo" \
|
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_HOST="mariadb" \
|
||||||
MARIADB_PORT_NUMBER="3306" \
|
MARIADB_PORT_NUMBER="3306" \
|
||||||
MARIADB_ROOT_PASSWORD="" \
|
MARIADB_ROOT_PASSWORD="" \
|
||||||
|
|||||||
@@ -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/).
|
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-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-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-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).
|
Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).
|
||||||
|
|
||||||
|
|||||||
@@ -9,15 +9,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- 'mariadb_data:/bitnami'
|
- 'mariadb_data:/bitnami'
|
||||||
matomo:
|
matomo:
|
||||||
image: 'bitnami/matomo:latest'
|
image: 'bitnami/matomo:3'
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_HOST=mariadb
|
- MARIADB_HOST=mariadb
|
||||||
- MARIADB_PORT_NUMBER=3306
|
- MARIADB_PORT_NUMBER=3306
|
||||||
- MATOMO_DATABASE_USER=bn_matomo
|
- MATOMO_DATABASE_USER=bn_matomo
|
||||||
- MATOMO_DATABASE_NAME=bitnami_matomo
|
- MATOMO_DATABASE_NAME=bitnami_matomo
|
||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
labels:
|
|
||||||
kompose.service.type: nodeport
|
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
|
|||||||
Reference in New Issue
Block a user