From f3e013a080badc62f18614adfc89b6e65043dc61 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 May 2022 08:28:51 +0000 Subject: [PATCH] 0.21.0-debian-10-r0 release --- bitnami/blackbox-exporter/0/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/blackbox-exporter/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/blackbox-exporter/0/debian-10/Dockerfile b/bitnami/blackbox-exporter/0/debian-10/Dockerfile index fa6e1157b363..bb20b317f8a5 100644 --- a/bitnami/blackbox-exporter/0/debian-10/Dockerfile +++ b/bitnami/blackbox-exporter/0/debian-10/Dockerfile @@ -9,15 +9,15 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.20.0-0-linux-amd64-debian-10.tar.gz && \ - echo "8fc956b21e6bc615ee3ca8aca4ec676be078bd49ec6ccfce01ea0a3d1cd53a85 /tmp/bitnami/pkg/cache/blackbox-exporter-0.20.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.20.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.20.0-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/blackbox-exporter-0.21.0-0-linux-amd64-debian-10.tar.gz && \ + echo "4825a3cfe75b1925a3b8fce545fc67ba8781cf63f1bfbfd0544e07526cdfd047 /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/blackbox-exporter-0.21.0-0-linux-amd64-debian-10.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="0.20.0" \ +ENV APP_VERSION="0.21.0" \ BITNAMI_APP_NAME="blackbox-exporter" \ PATH="/opt/bitnami/blackbox-exporter/bin:$PATH" diff --git a/bitnami/blackbox-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/blackbox-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index b5edf0644af2..e5004eba73b9 100644 --- a/bitnami/blackbox-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/blackbox-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "blackbox-exporter": { "arch": "amd64", - "digest": "8fc956b21e6bc615ee3ca8aca4ec676be078bd49ec6ccfce01ea0a3d1cd53a85", + "digest": "4825a3cfe75b1925a3b8fce545fc67ba8781cf63f1bfbfd0544e07526cdfd047", "distro": "debian-10", "type": "NAMI", - "version": "0.20.0-0" + "version": "0.21.0-0" } } \ No newline at end of file diff --git a/bitnami/blackbox-exporter/README.md b/bitnami/blackbox-exporter/README.md index 874c82e5bed0..3a51039c3868 100644 --- a/bitnami/blackbox-exporter/README.md +++ b/bitnami/blackbox-exporter/README.md @@ -32,7 +32,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-10`, `0.20.0`, `0.20.0-debian-10-r72`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.20.0-debian-10-r72/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.21.0`, `0.21.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.21.0-debian-10-r0/0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/blackbox-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-blackbox-exporter).