bump runc to v1.3.0 and containerd to v2.1.4 (#4165)

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-08-28 21:05:06 +03:00
committed by GitHub
parent 8d19b25408
commit 41cafa3cc3
195 changed files with 318 additions and 322 deletions

View File

@@ -6,11 +6,7 @@ FROM linuxkit/alpine:6090baae063eb5023c9601966e88df831f789a70 as builder
# `test/pkg/containerd/Dockerfile` when changing this.
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
# this commit is post-v2.0.3 and includes the fix for the blkdiscard issue
# which is necessary for the root tests to pass when running on Alpine.
# Once it is in semver, likely v2.0.4, we can switch to that.
# See PR https://github.com/containerd/containerd/pull/11330
ENV CONTAINERD_COMMIT=f35b7dae5f1f4f1277e4c39b89acb0a8ea669c48
ENV CONTAINERD_COMMIT=v2.1.4
ENV GOPATH=/go
RUN apk add go git
RUN mkdir -p $GOPATH/src/github.com/containerd && \