Add crun support (#6864)

Signed-off-by: Victor Morales <v.morales@samsung.com>
This commit is contained in:
Victor Morales
2020-12-01 11:00:50 -08:00
committed by GitHub
parent da5077fa5f
commit 4f7a760a94
9 changed files with 81 additions and 1 deletions

View File

@@ -54,6 +54,13 @@ kata_runtimes:
type: oci
root: /run/kata-containers
# crun is a fast and low-memory footprint OCI Container Runtime fully written in C.
crun_runtime:
name: crun
path: /usr/bin/crun
type: oci
root: /run/crun
# When this is true, CRI-O package repositories are added. Set this to false when using an
# environment with preconfigured CRI-O package repositories.
crio_add_repos: true