Skip to content

Commit c1807ae

Browse files
build: use secure node-exporter (#110)
1 parent f5b0e0b commit c1807ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN echo -en "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpi
3636
RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \
3737
&& update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10
3838
ENV DOCKERD_ROOTLESS_ROOTLESSKIT_NET=slirp4netns
39-
COPY --from=quay.io/prometheus/node-exporter:v1.10.2 /bin/node_exporter /bin/
39+
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-node-exporter
40+
COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2 /usr/local/bin/node_exporter /bin/
4041
COPY --from=bbolt /go/bin/bbolt /bin/
4142
COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
4243
WORKDIR /dind

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)