From b625f62d4b558796967e666a6e6ea926b6deafd0 Mon Sep 17 00:00:00 2001 From: bin Date: Tue, 19 Oct 2021 21:36:08 +0800 Subject: [PATCH] runtime: delete cri containerd plugin from versions.yaml Delete cri containerd plugin from versions.yaml. Releated to: - https://github.com/kata-containers/tests/issues/4061 - https://github.com/kata-containers/kata-containers/issues/2791 Fixes: #2791 Signed-off-by: bin --- versions.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/versions.yaml b/versions.yaml index 445c908768..1228e4742d 100644 --- a/versions.yaml +++ b/versions.yaml @@ -179,16 +179,6 @@ externals: url: "https://github.com/cri-o/cri-o" branch: "release-1.21" - cri-containerd: - description: | - Containerd Plugin for Kubernetes Container Runtime Interface. - url: "github.com/containerd/containerd" - tarball_url: "https://github.com/containerd/containerd/releases/download" - # containerd from v1.5.0 used the path unix socket - # instead of abstract socket, thus kata wouldn's support the containerd's - # version older than them. - version: "v1.5.2" - containerd: description: | Containerd for Kubernetes Container Runtime Interface.