From a2aa9a7761ea4d9fd9bd277171cdc0c2135e7578 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 17 Jan 2023 21:53:45 +0100 Subject: [PATCH] [bitnami/mysqld-exporter] Release 0.14.0-debian-11-r79 (#20614) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/mysqld-exporter/0/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/mysqld-exporter/0/debian-11/Dockerfile b/bitnami/mysqld-exporter/0/debian-11/Dockerfile index 91c66173b19b..061a30c7638a 100644 --- a/bitnami/mysqld-exporter/0/debian-11/Dockerfile +++ b/bitnami/mysqld-exporter/0/debian-11/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.14.0-debian-11-r78" \ + org.opencontainers.image.ref.name="0.14.0-debian-11-r79" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter" \ org.opencontainers.image.title="mysqld-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "mysqld-exporter-0.14.0-156-linux-${OS_ARCH}-debian-11" \ + "mysqld-exporter-0.14.0-157-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/mysqld-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/mysqld-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index e90e2fc9ce1a..ce4af2816de3 100644 --- a/bitnami/mysqld-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/mysqld-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "mysqld-exporter": { "arch": "amd64", - "digest": "e7b3a3c52bd0a01373924df1b27425d6ada4188524fdc39da0297a8779574bf4", + "digest": "a0651b2851a4daa197bd0cd221b3bf626093198f4473ff87749326d2346fdc1b", "distro": "debian-11", "type": "NAMI", - "version": "0.14.0-156" + "version": "0.14.0-157" } } \ No newline at end of file