mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 03:48:45 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user