[bitnami/matomo] Release 5.7.0-debian-12-r0 (#90215)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-01-29 07:05:02 +01:00 committed by GitHub
parent afe8ddbc6e
commit 13cf3a65bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@ 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-01-28T00:35:09Z" \
org.opencontainers.image.created="2026-01-29T05:50:08Z" \
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" \
org.opencontainers.image.title="matomo" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="5.6.2"
org.opencontainers.image.version="5.7.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -29,12 +29,12 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.9-161-linux-${OS_ARCH}-debian-12" \
"php-8.4.17-2-linux-${OS_ARCH}-debian-12" \
"php-8.4.17-3-linux-${OS_ARCH}-debian-12" \
"apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \
"mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \
"libphp-8.4.17-0-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.9-6-linux-${OS_ARCH}-debian-12" \
"matomo-5.6.2-0-linux-${OS_ARCH}-debian-12" \
"matomo-5.7.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -59,9 +59,9 @@ RUN /opt/bitnami/scripts/matomo/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="5.6.2" \
APP_VERSION="5.7.0" \
BITNAMI_APP_NAME="matomo" \
IMAGE_REVISION="3" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH"
EXPOSE 8080 8443