From a64f0e8a928ae2b4ab97fe5dd39945eb9a6bf017 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 23 Sep 2022 15:29:47 +0200 Subject: [PATCH] [bitnami/mysqld-exporter] Release 0.14.0-debian-11-r39 (#7606) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/mysqld-exporter/0/debian-11/Dockerfile | 4 ++-- .../0/debian-11/prebuildfs/usr/sbin/install_packages | 7 ++++--- bitnami/mysqld-exporter/README.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bitnami/mysqld-exporter/0/debian-11/Dockerfile b/bitnami/mysqld-exporter/0/debian-11/Dockerfile index 41a34f4fd81c..6a9aab0a9037 100644 --- a/bitnami/mysqld-exporter/0/debian-11/Dockerfile +++ b/bitnami/mysqld-exporter/0/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="0.14.0-debian-11-r38" \ + org.opencontainers.image.ref.name="0.14.0-debian-11-r39" \ 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." \ @@ -18,7 +18,7 @@ ENV HOME="/" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages ca-certificates curl gzip procps tar +RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f mysqld-exporter-0.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysqld-exporter-0.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/mysqld-exporter/0/debian-11/prebuildfs/usr/sbin/install_packages b/bitnami/mysqld-exporter/0/debian-11/prebuildfs/usr/sbin/install_packages index 2c915f265c9d..77857a1a57f2 100755 --- a/bitnami/mysqld-exporter/0/debian-11/prebuildfs/usr/sbin/install_packages +++ b/bitnami/mysqld-exporter/0/debian-11/prebuildfs/usr/sbin/install_packages @@ -1,9 +1,10 @@ #!/bin/sh -set -e -set -u -export DEBIAN_FRONTEND=noninteractive +set -eu + n=0 max=2 +export DEBIAN_FRONTEND=noninteractive + until [ $n -gt $max ]; do set +e ( diff --git a/bitnami/mysqld-exporter/README.md b/bitnami/mysqld-exporter/README.md index 92a1f7e29d52..5fc9824a1ff7 100644 --- a/bitnami/mysqld-exporter/README.md +++ b/bitnami/mysqld-exporter/README.md @@ -31,7 +31,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-11`, `0.14.0`, `0.14.0-debian-11-r38`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mysqld-exporter/0/debian-11/Dockerfile) +* [`0`, `0-debian-11`, `0.14.0`, `0.14.0-debian-11-r39`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/mysqld-exporter/0/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).