[bitnami/blackbox-exporter] Release 0.23.0-debian-11-r36 (#27545)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 22:32:14 +01:00
committed by GitHub
parent aadd08380f
commit f0faffab4b
3 changed files with 5 additions and 6 deletions

View File

@@ -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 \

View File

@@ -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"
}
}

View File

@@ -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