From aadf3b44072a308b3740f25590a31c82b10769db Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Thu, 6 Mar 2025 09:36:09 +0200 Subject: [PATCH] containerd to semver v2.0.3 Signed-off-by: Avi Deitcher --- tools/containerd-dev/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/containerd-dev/Dockerfile b/tools/containerd-dev/Dockerfile index 9bc236b3e..7d29b8fff 100644 --- a/tools/containerd-dev/Dockerfile +++ b/tools/containerd-dev/Dockerfile @@ -6,9 +6,7 @@ FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a as builder # `test/pkg/containerd/Dockerfile` when changing this. ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git -# this is a commit post-v2.0.2 that contains a fix necesary for tests to pass. -# it should be released with v2.0.3, which can be used once that release is available. -ENV CONTAINERD_COMMIT=3904a5761fadbb999d3fc1a7f7ab7cc6f6d7d850 +ENV CONTAINERD_COMMIT=v2.0.3 ENV GOPATH=/go RUN apk add go git RUN mkdir -p $GOPATH/src/github.com/containerd && \