Skip to content

Commit bb1a7d7

Browse files
committed
build: use secure node-exporter
1 parent f0ea117 commit bb1a7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.23/main' >> /etc/apk/repositor
3030
# Backward compatibility with kernels that do not support `iptables-nft`. Check #CR-23033 for details.
3131
RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \
3232
&& update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10
33-
COPY --from=quay.io/prometheus/node-exporter:v1.10.2 /bin/node_exporter /bin/
33+
COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2-fips /bin/node_exporter /bin/
3434
COPY --from=bbolt /go/bin/bbolt /bin/
3535
COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
3636

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.0.7
1+
version: 3.0.8

0 commit comments

Comments
 (0)