[bitnami/matomo] Release 4.14.2-debian-11-r14 (#35725)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8b67c11e2e
commit
92fd80d9c0
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-05-27T21:46:14Z" \
|
||||
org.opencontainers.image.created="2023-05-30T10:47:16Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.14.2-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="4.14.2-debian-11-r14" \
|
||||
org.opencontainers.image.title="matomo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.14.2"
|
||||
|
|
@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"libphp-8.1.19-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"matomo-4.14.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"matomo-4.14.2-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.14.2-1"
|
||||
"version": "4.14.2-2"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export MATOMO_CONF_FILE="${MATOMO_CONF_DIR}/config.ini.php"
|
|||
|
||||
# Matomo persistence configuration
|
||||
export MATOMO_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/matomo"
|
||||
export MATOMO_DATA_TO_PERSIST="${MATOMO_DATA_TO_PERSIST:-config/config.ini.php misc plugins js}"
|
||||
export MATOMO_DATA_TO_PERSIST="${MATOMO_DATA_TO_PERSIST:-$MATOMO_BASE_DIR}"
|
||||
|
||||
# Matomo configuration
|
||||
export MATOMO_SKIP_BOOTSTRAP="${MATOMO_SKIP_BOOTSTRAP:-}" # only used during the first initialization
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ Based on the extended image, you can use a Docker Compose file like the one belo
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:10.3'
|
||||
image: 'bitnami/mariadb:10.11'
|
||||
environment:
|
||||
- MARIADB_USER=bn_matomo
|
||||
- MARIADB_DATABASE=bitnami_matomo
|
||||
|
|
|
|||
Loading…
Reference in New Issue