mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
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:
parent
32c9ae1388
commit
79e632bc23
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user