diff --git a/bitnami/blackbox-exporter/0/debian-11/Dockerfile b/bitnami/blackbox-exporter/0/debian-11/Dockerfile index 91e64d283c95..9ba58a183ca4 100644 --- a/bitnami/blackbox-exporter/0/debian-11/Dockerfile +++ b/bitnami/blackbox-exporter/0/debian-11/Dockerfile @@ -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-03-13T23:08:57Z" \ + org.opencontainers.image.created="2023-03-18T21:05:04Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.23.0-debian-11-r35" \ + org.opencontainers.image.ref.name="0.23.0-debian-11-r36" \ org.opencontainers.image.title="blackbox-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="0.23.0" @@ -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=( \ - "blackbox-exporter-0.23.0-2-linux-${OS_ARCH}-debian-11" \ + "blackbox-exporter-0.23.0-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index cc2b18684adc..26431d0d8409 100644 --- a/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "blackbox-exporter": { "arch": "amd64", - "digest": "36490d01c33b60907bf7d36a43dbcac6f1cb367fce2904bc0f4f9abf15ad235c", + "digest": "942f08617b73331d82e506b665c7631908bf5a277101e7cc7195488d47a2b8c8", "distro": "debian-11", "type": "NAMI", - "version": "0.23.0-2" + "version": "0.23.0-3" } } \ No newline at end of file diff --git a/bitnami/blackbox-exporter/README.md b/bitnami/blackbox-exporter/README.md index 448a2a71d52c..0006e7c3671d 100644 --- a/bitnami/blackbox-exporter/README.md +++ b/bitnami/blackbox-exporter/README.md @@ -5,7 +5,6 @@ > The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. [Overview of Blackbox Exporter](https://github.com/prometheus/blackbox_exporter) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR