Skip to content

Commit f5b0e0b

Browse files
ci(rootless): fix CI (#108)
1 parent a6b6412 commit f5b0e0b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# CI relies on this ARG. Don't remove or rename it
2+
ARG DOCKER_VERSION=28.5.2
3+
14
# dind-cleaner
25
FROM golang:1.25-alpine3.23 AS cleaner
36
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
1518

1619

1720
# Main
18-
FROM docker:28.5.2-dind-rootless
21+
FROM docker:${DOCKER_VERSION}-dind-rootless
1922
USER root
2023
RUN chown -R $(id -u rootless) /var /run /lib /home /etc/ssl /etc/apk
2124
# Add community for fuse-overlayfs

service.yaml

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

0 commit comments

Comments
 (0)