summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/meta-virt-container-podman.inc
blob: b57eaaca3fc3158939e3569807b5f5ee75f83e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
include meta-virt-container.inc

VIRTUAL-RUNTIME_container_engine ?= "podman"
VIRTUAL-RUNTIME_container_runtime ?= "crun"
VIRTUAL-RUNTIME_container_networking ?= "netavark"
VIRTUAL-RUNTIME_container_dns ?= "aardvark-dns"
VIRTUAL-RUNTIME_container_orchestration ?= ""

## Kubernetes terminology "components"
VIRTUAL-RUNTIME_cri ?= "virtual-containerd"
VIRTUAL-RUNTIME_cni ?= "cni"