[bitnami/blackbox-exporter] Release 0.23.0-debian-11-r0 (#15692)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c2fdecd50e
commit
bb9fd135bb
|
|
@ -4,11 +4,11 @@ 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-r40" \
|
||||
org.opencontainers.image.ref.name="0.23.0-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="0.22.0"
|
||||
org.opencontainers.image.version="0.23.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"blackbox-exporter-0.23.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="0.22.0" \
|
||||
ENV APP_VERSION="0.23.0" \
|
||||
BITNAMI_APP_NAME="blackbox-exporter" \
|
||||
PATH="/opt/bitnami/blackbox-exporter/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"blackbox-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "f7f56685984abb1b4c6c54f752943903f287f95fedde897499bf83c5b0e2711a",
|
||||
"digest": "cccb41d06cb4f115ff368fff4bef13b0d933a1fc1370aea656d5f88a81f7d734",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.22.0-3"
|
||||
"version": "0.23.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.22.0"
|
||||
- "0.23.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue