Merge pull request #5896 from fidencio/topic/CC-use-pre-built-containerd

versions: Use prebuilt containerd artefacts
This commit is contained in:
Fabiano Fidêncio 2022-12-14 17:19:26 +01:00 committed by GitHub
commit 813f8b7e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: