diff --git a/Dockerfile b/Dockerfile index 2b44030..a66302a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # CI relies on this ARG. Don't remove or rename it -ARG DOCKER_VERSION=28.5.2 +ARG DOCKER_VERSION=29.1.4 # dind-cleaner FROM golang:1.25-alpine3.23 AS cleaner diff --git a/run.sh b/run.sh index a3d29bb..0596903 100755 --- a/run.sh +++ b/run.sh @@ -212,7 +212,7 @@ do echo "Current memory.oom.group value: $(cat "${MEMORY_OOM_GROUP}")" # Explicitly set --cgroup-parent to prevent DinD containers escaping the pod cgroup on cgroup v2. - dockerd --cgroup-parent "${CURRENT_CGROUP}/codefresh-dind" ${DOCKERD_PARAMS} <&- & + dockerd --feature containerd-snapshotter=false --cgroup-parent "${CURRENT_CGROUP}/codefresh-dind" ${DOCKERD_PARAMS} <&- & fi echo "Waiting at most 20s for docker pid" diff --git a/service.yaml b/service.yaml index 6d9b946..1570c1b 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.8 +version: 3.0.9