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

@@ -13,7 +13,7 @@ RUN \
make \
&& true
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
ENV RUNC_COMMIT=v1.1.12
ENV RUNC_COMMIT=v1.3.0
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git