diff --git a/Dockerfile b/Dockerfile index 21149ee..f67aa4b 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 e5b636f..a0212a5 100755 --- a/run.sh +++ b/run.sh @@ -207,7 +207,7 @@ Set singleProcessOOMKill=true for kubelet configuration to fix it." 1>&2; fi export DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS="-p 0.0.0.0:1300:1300/tcp" # Expose rooltelsskit port - dockerd-entrypoint.sh dockerd ${DOCKERD_PARAMS} <&- & + dockerd-entrypoint.sh dockerd --feature containerd-snapshotter=false ${DOCKERD_PARAMS} <&- & echo "Waiting at most 20s for docker pid" CNT=0 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