From 87c632baf28803458e6d24881e7a92657e5c7108 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 6 Sep 2021 17:36:15 +0100 Subject: [PATCH] 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 --- versions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versions.yaml b/versions.yaml index 37a79b8439..c6391cc92f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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)"