[bitnami/matomo] Release 4.13.3-debian-11-r5 (#23993)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-14 22:32:19 +01:00
committed by GitHub
parent 317e299af1
commit 6c478cf7e0
3 changed files with 15 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="4.13.3-debian-11-r4" \ org.opencontainers.image.ref.name="4.13.3-debian-11-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/matomo" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/matomo" \
org.opencontainers.image.title="matomo" \ org.opencontainers.image.title="matomo" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
@@ -19,16 +19,16 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages acl ca-certificates cron curl libaudit1 libbrotli1 libbsd0 libbz2-1.0 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-common libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps rsync zlib1g RUN install_packages acl ca-certificates cron curl libaudit1 libbrotli1 libbsd0 libbz2-1.0 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 libldap-common liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps rsync zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \ COMPONENTS=( \
"php-8.1.15-2-linux-${OS_ARCH}-debian-11" \ "php-8.1.16-0-linux-${OS_ARCH}-debian-11" \
"apache-2.4.55-4-linux-${OS_ARCH}-debian-11" \ "apache-2.4.55-4-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.6.12-0-linux-${OS_ARCH}-debian-11" \ "mysql-client-10.6.12-0-linux-${OS_ARCH}-debian-11" \
"libphp-8.1.15-0-linux-${OS_ARCH}-debian-11" \ "libphp-8.1.16-0-linux-${OS_ARCH}-debian-11" \
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \ "ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \ "render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
"matomo-4.13.3-0-linux-${OS_ARCH}-debian-11" \ "matomo-4.13.3-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
) && \ ) && \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \

View File

@@ -22,17 +22,17 @@
}, },
"libphp": { "libphp": {
"arch": "amd64", "arch": "amd64",
"digest": "5a3520c062955556412a0b86f206427f00e6da914104372684ce70f468b16d61", "digest": "8d240182cda57e7a1ee29ced829e84c5b7867615e5d42f7f14eef53b4fb19bed",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "8.1.15-0" "version": "8.1.16-0"
}, },
"matomo": { "matomo": {
"arch": "amd64", "arch": "amd64",
"digest": "997f19303b99ef5bf17b0f2396c30abf82c8bc1d090e80b2916a2662776b27d4", "digest": "ff45aafecd19178ac4cbe0d61602448d3c92bc7d4a31a4985807418763aa5227",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "4.13.3-0" "version": "4.13.3-1"
}, },
"mysql-client": { "mysql-client": {
"arch": "amd64", "arch": "amd64",
@@ -43,10 +43,10 @@
}, },
"php": { "php": {
"arch": "amd64", "arch": "amd64",
"digest": "3b929f9b41ee8fc4bb120b1380d70cc2a2f37e65b02958d3d86436b75e729858", "digest": "cf3db32904b1b7359117477538ab174df76b2f065e5de5495ba223a8f21f40cd",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "8.1.15-2" "version": "8.1.16-0"
}, },
"render-template": { "render-template": {
"arch": "amd64", "arch": "amd64",

View File

@@ -53,10 +53,12 @@ To use a specific version, you can pull a versioned tag. Find the [list of avail
$ docker pull bitnami/matomo:[TAG] $ docker pull bitnami/matomo:[TAG]
``` ```
If you wish, you can also build the image youself. If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console ```console
docker build -t bitnami/matomo:latest 'https://github.com/bitnami/containers/blob/main/bitnami/matomo.git#master:4/debian-11' $ git clone https://github.com/bitnami/containers.git
$ cd bitnami/APP/VERSION/OPERATING-SYSTEM
$ docker build -t bitnami/APP:latest .
``` ```
## How to use this image ## How to use this image