version: version.yaml update

- Update version to point to new containerd fork branch name

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2022-02-09 16:00:04 +00:00
parent 46522a3e46
commit 79a7da4e72

View File

@ -193,9 +193,9 @@ externals:
# containerd from v1.5.0 used the path unix socket # containerd from v1.5.0 used the path unix socket
# instead of abstract socket, thus kata wouldn's support the containerd's # instead of abstract socket, thus kata wouldn's support the containerd's
# version older than them. # version older than them.
version: "v1.6.0-beta.2" version: "v1.6.0-rc.4.0"
# CCv0 needs to build a branch from our fork to install containerd # CCv0 needs to build a branch from our fork to install containerd
branch: "ali-CCv0" branch: "CC-main"
critools: critools:
description: "CLI tool for Container Runtime Interface (CRI)" description: "CLI tool for Container Runtime Interface (CRI)"