From 49b9dafc6830a2ba9f7127366f40628e9b23591c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 11 Mar 2026 19:39:25 +0100 Subject: [PATCH] [bitnami/matomo] Release 5.8.0-debian-12-r1 (#91512) Signed-off-by: Bitnami Bot --- bitnami/matomo/5/debian-12/Dockerfile | 10 +++++----- bitnami/matomo/README.md | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bitnami/matomo/5/debian-12/Dockerfile b/bitnami/matomo/5/debian-12/Dockerfile index 9723335e0a8f..91a488b74c08 100644 --- a/bitnami/matomo/5/debian-12/Dockerfile +++ b/bitnami/matomo/5/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-05T08:43:34Z" \ + org.opencontainers.image.created="2026-03-11T18:21:54Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/matomo/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/matomo" \ @@ -28,13 +28,13 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "render-template-1.0.9-162-linux-${OS_ARCH}-debian-12" \ - "php-8.4.18-7-linux-${OS_ARCH}-debian-12" \ + "render-template-1.0.9-163-linux-${OS_ARCH}-debian-12" \ + "php-8.4.18-8-linux-${OS_ARCH}-debian-12" \ "apache-2.4.66-1-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.2.2-0-linux-${OS_ARCH}-debian-12" \ "postgresql-lib-18.3.0-0-linux-${OS_ARCH}-debian-12" \ "libphp-8.4.18-5-linux-${OS_ARCH}-debian-12" \ - "ini-file-1.4.9-7-linux-${OS_ARCH}-debian-12" \ + "ini-file-1.4.9-8-linux-${OS_ARCH}-debian-12" \ "matomo-5.8.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -62,7 +62,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="5.8.0" \ BITNAMI_APP_NAME="matomo" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH" diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index 5b174cf9a7ab..cfa6803e5714 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -11,8 +11,7 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name matomo bitnami/matomo:latest ``` -**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure d -eployment. +**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure deployment. ## Why use Bitnami Secure Images?