@@ -8,15 +8,15 @@ ARG TARGETARCH
8
8
9
9
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
10
10
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 " \
12
12
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
13
13
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter/README.md" \
14
14
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 " \
16
16
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter" \
17
17
org.opencontainers.image.title="node-exporter" \
18
18
org.opencontainers.image.vendor="Broadcom, Inc." \
19
- org.opencontainers.image.version="1.8.2 "
19
+ org.opencontainers.image.version="1.9.0 "
20
20
21
21
ENV HOME="/" \
22
22
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
29
29
RUN install_packages ca-certificates curl procps
30
30
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
31
31
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" \
33
33
) ; \
34
34
for COMPONENT in "${COMPONENTS[@]}" ; do \
35
35
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,7 +46,7 @@ RUN apt-get autoremove --purge -y curl && \
46
46
RUN chmod g+rwX /opt/bitnami
47
47
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
48
48
49
- ENV APP_VERSION="1.8.2 " \
49
+ ENV APP_VERSION="1.9.0 " \
50
50
BITNAMI_APP_NAME="node-exporter" \
51
51
PATH="/opt/bitnami/node-exporter/bin:$PATH"
52
52
0 commit comments