File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ 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.
3131RUN 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+ # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-node-exporter
34+ COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2 /usr/local/bin/node_exporter /bin/
3435COPY --from=bbolt /go/bin/bbolt /bin/
3536COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
3637
Original file line number Diff line number Diff line change 1- version : 3.0.7
1+ version : 3.0.8
You can’t perform that action at this time.
0 commit comments