We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6412 commit f5b0e0bCopy full SHA for f5b0e0b
Dockerfile
@@ -1,3 +1,6 @@
1
+# CI relies on this ARG. Don't remove or rename it
2
+ARG DOCKER_VERSION=28.5.2
3
+
4
# dind-cleaner
5
FROM golang:1.25-alpine3.23 AS cleaner
6
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
@@ -15,7 +18,7 @@ RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
15
18
16
19
17
20
# Main
-FROM docker:28.5.2-dind-rootless
21
+FROM docker:${DOCKER_VERSION}-dind-rootless
22
USER root
23
RUN chown -R $(id -u rootless) /var /run /lib /home /etc/ssl /etc/apk
24
# Add community for fuse-overlayfs
service.yaml
@@ -1 +1 @@
-version: 3.0.6
+version: 3.0.7
0 commit comments