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

@@ -7,6 +7,13 @@ dependencies:
- container-engine
- kata-containers
- role: container-engine/crun
when:
- crun_enabled
tags:
- container-engine
- crun
- role: container-engine/cri-o
when:
- container_manager == 'crio'