[bitnami/node-exporter] Release 1.5.0-debian-11-r37 (#27672)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-19 00:33:35 +01:00
committed by GitHub
parent 34bfe0b1a5
commit bc3d4e8799
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-13T22:59:28Z" \
org.opencontainers.image.created="2023-03-18T22:54:03Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r36" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r37" \
org.opencontainers.image.title="node-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.5.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=( \
"node-exporter-1.5.0-2-linux-${OS_ARCH}-debian-11" \
"node-exporter-1.5.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"node-exporter": {
"arch": "amd64",
"digest": "cbfd54b927589ee91c191262c25f9c2dfc926c0e78e43238e323004f40479a81",
"digest": "6d612e0d7d5b9df8089dddb26a5b1e4b7ec37d542a308e701c403e356735b8aa",
"distro": "debian-11",
"type": "NAMI",
"version": "1.5.0-2"
"version": "1.5.0-3"
}
}

View File

@@ -5,7 +5,6 @@
> Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
[Overview of Node Exporter](https://prometheus.io/)
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