From 6cf0ce2c5c3304301556c61b309150ab7ccfd523 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 15 Mar 2021 10:01:51 +0000 Subject: [PATCH] 4.2.1-debian-10-r13 release --- bitnami/matomo/4/debian-10/Dockerfile | 2 +- .../matomo/4/debian-10/rootfs/opt/bitnami/scripts/libmatomo.sh | 2 +- bitnami/matomo/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/matomo/4/debian-10/Dockerfile b/bitnami/matomo/4/debian-10/Dockerfile index d558747e28fe..205aef8077dd 100644 --- a/bitnami/matomo/4/debian-10/Dockerfile +++ b/bitnami/matomo/4/debian-10/Dockerfile @@ -31,7 +31,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="matomo" \ - BITNAMI_IMAGE_VERSION="4.2.1-debian-10-r12" \ + BITNAMI_IMAGE_VERSION="4.2.1-debian-10-r13" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/matomo/4/debian-10/rootfs/opt/bitnami/scripts/libmatomo.sh b/bitnami/matomo/4/debian-10/rootfs/opt/bitnami/scripts/libmatomo.sh index 76f3be236b27..b188dd82ed3b 100644 --- a/bitnami/matomo/4/debian-10/rootfs/opt/bitnami/scripts/libmatomo.sh +++ b/bitnami/matomo/4/debian-10/rootfs/opt/bitnami/scripts/libmatomo.sh @@ -218,7 +218,7 @@ EOF if am_i_root; then local -r port="${WEB_SERVER_HTTP_PORT_NUMBER:-"$WEB_SERVER_DEFAULT_HTTP_PORT_NUMBER"}" info "Configuring cron jobs" - cron_cmd=("${PHP_BIN_DIR}/php" "${MATOMO_BASE_DIR}/console" "core:archive" "--url=http://127.0.0.1:${port}") + local -a cron_cmd=("${PHP_BIN_DIR}/php" "${MATOMO_BASE_DIR}/console" "core:archive" "--url=http://127.0.0.1:${port}") generate_cron_conf "matomo" "${cron_cmd[*]} > /dev/null 2>> ${MATOMO_BASE_DIR}/tmp/logs/matomo-cron.log" --run-as "$WEB_SERVER_DAEMON_USER" --schedule "*/1 * * * *" else warn "Skipping cron configuration for Matomo because of running as a non-root user" diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index bedc58ed4c04..36402545a7be 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -36,7 +36,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`4`, `4-debian-10`, `4.2.1`, `4.2.1-debian-10-r12`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.2.1-debian-10-r12/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.2.1`, `4.2.1-debian-10-r13`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.2.1-debian-10-r13/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).