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: cri-containerd:
description: | description: |
Containerd Plugin for Kubernetes Container Runtime Interface. Containerd Plugin for Kubernetes Container Runtime Interface.
url: "github.com/containerd/cri" url: "github.com/containerd/containerd"
tarball_url: "https://storage.googleapis.com/cri-containerd-release" tarball_url: "https://github.com/containerd/containerd/releases/download"
# Next commit from 1.3 branch contains fix to be able to run # containerd from v1.5.0 used the path unix socket
# tests using go 1.13 # instead of abstract socket, thus kata wouldn's support the containerd's
version: "v1.3.7" # version older than them.
version: "v1.5.2"
critools: critools:
description: "CLI tool for Container Runtime Interface (CRI)" description: "CLI tool for Container Runtime Interface (CRI)"