packaging: add containerd to versions.yaml

This commit will add containerd to versions.yaml.

Please at now there are both containerd and cri-containerd
in the versions.yaml.

After updating of kata-containers/tests repo, the cri-containerd
should be removed.

Fixes: #2791

Signed-off-by: bin <bin@hyper.sh>
This commit is contained in:
bin
2021-10-06 08:46:10 +08:00
parent 41c49a7bf5
commit ed02bc9041
2 changed files with 20 additions and 10 deletions

View File

@@ -189,6 +189,16 @@ externals:
# version older than them.
version: "v1.5.2"
containerd:
description: |
Containerd 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"
critools:
description: "CLI tool for Container Runtime Interface (CRI)"
url: "https://github.com/kubernetes-sigs/cri-tools"