[bitnami/blackbox-exporter] Release 0.22.0-debian-11-r22 (#9154)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1cf34f6bcc
commit
386a76ec42
|
|
@ -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.22.0-debian-11-r21" \
|
||||
org.opencontainers.image.ref.name="0.22.0-debian-11-r22" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter" \
|
||||
org.opencontainers.image.title="blackbox-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -21,7 +21,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.22.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"blackbox-exporter-0.22.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"blackbox-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "f9481a7c5116a8c8ff0e5f295f0d367b4db78f8086161c34720e9432b758fcf2",
|
||||
"digest": "f7f56685984abb1b4c6c54f752943903f287f95fedde897499bf83c5b0e2711a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.22.0-2"
|
||||
"version": "0.22.0-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `0.22.0`, `0.22.0-debian-11-r21`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/blackbox-exporter/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.22.0`, `0.22.0-debian-11-r22`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/blackbox-exporter/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue