From 94ea07e42beef5ec155cfa92e122be7bdafc9e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Dec 2022 20:22:37 +0100 Subject: [PATCH] versions: Use prebuilt containerd artefacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to avoid building the containerd binaries on every single run of our CI, let's simply rely on the fact that now we're releasing the "same" artefacts containerd normally releases from our own fork. See: https://github.com/confidential-containers/containerd/releases/tag/v1.6.8.1 Fixes: #5895 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index 0464b0b241..bdccd691be 100644 --- a/versions.yaml +++ b/versions.yaml @@ -209,9 +209,10 @@ externals: Containerd for Kubernetes Container Runtime Interface. # 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" - version: "v1.6.8" - # CCv0 needs to build a branch from our fork to install containerd + # yamllint disable-line rule:line-length + tarball_url: "https://github.com/confidential-containers/containerd/releases/download" + version: "v1.6.8.1" + # CCv0 needs to know about the specific branch for the integration tests branch: "CC-main" critools: