From 9b34595ad0a60000e4008c417eeea89c396a18cf Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 2 Nov 2021 15:30:49 +0000 Subject: [PATCH] version: Update CCv0 fork of containerd used - Update CCv0 to use the new confidential containers fork of containerd - Start using the current-CCv0 branch Fixes #2947 Signed-off-by: stevenhorsman --- versions.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index c6391cc92f..98d4e54ee7 100644 --- a/versions.yaml +++ b/versions.yaml @@ -182,14 +182,15 @@ externals: containerd: description: | Containerd for Kubernetes Container Runtime Interface. - url: "github.com/containerd/containerd" + # CCv0 is using our fork of containerd as the changes can't be merged yet + url: "github.com/confidential-containers/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" - # CCv0 is using a containerd PR build as our changes are still PoC - pr_id: "5911" + # CCv0 needs to build a branch from our fork to install containerd + branch: "current-CCv0" critools: description: "CLI tool for Container Runtime Interface (CRI)"