mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
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 <steven@uk.ibm.com>
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user