From 3f68265d60f06af25fe44571fd6e7267118779ac Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 16 Nov 2021 05:52:33 +0100 Subject: [PATCH] versions: Switch to the Alibaba containerd branch It contains the initial ImageService implementation. Fixes #3009 Signed-off-by: Samuel Ortiz --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 95e9e1b40e..ec9d5cb86a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -193,9 +193,9 @@ externals: # 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" + version: "v1.6.0-beta.2" # CCv0 needs to build a branch from our fork to install containerd - branch: "current-CCv0" + branch: "ali-CCv0" critools: description: "CLI tool for Container Runtime Interface (CRI)"