Skip to content

Commit 1e1e736

Browse files
author
Bitnami Bot
authored
[bitnami/node-exporter] Release node-exporter-1.9.0-debian-12-r0 (#77524)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 0af48b0 commit 1e1e736

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/node-exporter/1/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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-02-12T19:17:25Z" \
11+
org.opencontainers.image.created="2025-02-17T08:52:07Z" \
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-r18" \
15+
org.opencontainers.image.ref.name="1.9.0-debian-12-r0" \
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." \
19-
org.opencontainers.image.version="1.8.2"
19+
org.opencontainers.image.version="1.9.0"
2020

2121
ENV HOME="/" \
2222
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -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-12-linux-${OS_ARCH}-debian-12" \
32+
"node-exporter-1.9.0-0-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,7 +46,7 @@ RUN apt-get autoremove --purge -y curl && \
4646
RUN chmod g+rwX /opt/bitnami
4747
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4848

49-
ENV APP_VERSION="1.8.2" \
49+
ENV APP_VERSION="1.9.0" \
5050
BITNAMI_APP_NAME="node-exporter" \
5151
PATH="/opt/bitnami/node-exporter/bin:$PATH"
5252

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

Lines changed: 1 addition & 1 deletion
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-12"
6+
"version": "1.9.0-0"
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "1"
33
- 1-debian-12
4-
- 1.8.2
4+
- 1.9.0
55
- latest

0 commit comments

Comments
 (0)