[bitnami/matomo] Release 4.14.2-debian-11-r16 (#36003)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
579a3b2c6a
commit
a575c6f7b2
|
|
@ -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-30T16:56:40Z" \
|
||||
org.opencontainers.image.created="2023-05-31T16:08:07Z" \
|
||||
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-r15" \
|
||||
org.opencontainers.image.ref.name="4.14.2-debian-11-r16" \
|
||||
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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"matomo-4.14.2-3-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-2"
|
||||
"version": "4.14.2-3"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -208,12 +208,6 @@ EOF
|
|||
persist_app "$app_name" "$MATOMO_DATA_TO_PERSIST"
|
||||
else
|
||||
info "Persisted Matomo installation detected"
|
||||
# Update default plugins
|
||||
info "Updating default plugins in persisted data"
|
||||
rsync -a "$MATOMO_BASE_DIR"/plugins/ "$MATOMO_VOLUME_DIR"/plugins/
|
||||
# Update default js files
|
||||
info "Updating default js scripts in persisted data"
|
||||
rsync -a "$MATOMO_BASE_DIR"/js/ "$MATOMO_VOLUME_DIR"/js/
|
||||
info "Restoring Matomo installation"
|
||||
restore_persisted_app "$app_name" "$MATOMO_DATA_TO_PERSIST"
|
||||
info "Trying to connect to the database server"
|
||||
|
|
|
|||
Loading…
Reference in New Issue