version: Add support for using containerd PR

Add a pr_id field to the cri-containerd config in versions.yaml
so the CI scripts can use this in the CCv0 builds

Fixes #2576

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2021-09-06 17:36:15 +01:00
parent 76b70a7a82
commit 87c632baf2

View File

@ -188,6 +188,8 @@ externals:
# instead of abstract socket, thus kata wouldn's support the containerd's
# version older than them.
version: "v1.5.2"
# CCv0 is using a containerd PR build as our changes are still PoC
pr_id: "5911"
critools:
description: "CLI tool for Container Runtime Interface (CRI)"