File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CI relies on this ARG. Don't remove or rename it
2- ARG DOCKER_VERSION=29.1.4
2+ ARG DOCKER_VERSION=29.2.0
33
44# dind-cleaner
55FROM golang:1.25-alpine3.23 AS cleaner
@@ -31,7 +31,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.23/main' >> /etc/apk/repositor
3131RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \
3232 && update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10
3333# 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/
34+ COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2@sha256:d8f7da5fb79a2df6dc449eec10ad786a02169c45d081730252b162d072a52eb3 /usr/local/bin/node_exporter /bin/
3535COPY --from=bbolt /go/bin/bbolt /bin/
3636COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
3737
Original file line number Diff line number Diff line change 1- version : 3.0.9
1+ version : 3.0.10
You can’t perform that action at this time.
0 commit comments