Skip to content

Commit aad23fc

Browse files
author
Bitnami Bot
authored
[bitnami/node-exporter] Release node-exporter-1.8.2-debian-12-r16 (#76974)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 8c4654f commit aad23fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: bitnami/node-exporter/1/debian-12/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-01-24T15:00:05Z" \
11+
org.opencontainers.image.created="2025-02-05T01:23:08Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="1.8.2-debian-12-r15" \
15+
org.opencontainers.image.ref.name="1.8.2-debian-12-r16" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter" \
1717
org.opencontainers.image.title="node-exporter" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2929
RUN install_packages ca-certificates curl procps
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
32-
"node-exporter-1.8.2-10-linux-${OS_ARCH}-debian-12" \
32+
"node-exporter-1.8.2-11-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

Diff for: bitnami/node-exporter/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "1.8.2-10"
6+
"version": "1.8.2-11"
77
}
88
}

0 commit comments

Comments
 (0)