From 9f92a09296f33882bb44a57c65a532421aba0e49 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Wed, 17 Dec 2025 18:36:42 +0400 Subject: [PATCH] build: use secure `node-exporter` --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0bd7f0e..fb7db68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.23/main' >> /etc/apk/repositor # Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details. RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \ && update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10 -COPY --from=quay.io/prometheus/node-exporter:v1.10.2 /bin/node_exporter /bin/ +COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2-fips /usr/local/bin/node_exporter /bin/ COPY --from=bbolt /go/bin/bbolt /bin/ COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/ diff --git a/service.yaml b/service.yaml index daf15c9..6d9b946 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.7 +version: 3.0.8