version: update the cri-containerd to v1.5.2

Upgrade the cri-containerd to v1.5.2 for CI.

Fixes: #1441

Signed-off-by: fupan.lfp <fupan.lfp@antgroup.com>
This commit is contained in:
fupan.lfp 2021-06-24 19:38:47 +08:00
parent 32c9ae1388
commit 79e632bc23

View File

@ -184,11 +184,12 @@ externals:
cri-containerd:
description: |
Containerd Plugin for Kubernetes Container Runtime Interface.
url: "github.com/containerd/cri"
tarball_url: "https://storage.googleapis.com/cri-containerd-release"
# Next commit from 1.3 branch contains fix to be able to run
# tests using go 1.13
version: "v1.3.7"
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"
critools:
description: "CLI tool for Container Runtime Interface (CRI)"