mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

These definitions are selected by setting: CONTAINER_PROFILE Once selected the VIRTUAL_RUNTIME and other considerations for the profile are configured and used by the images in meta-virt. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
18 lines
546 B
PHP
18 lines
546 B
PHP
include meta-virt-container.inc
|
|
|
|
## CNCF "components"
|
|
|
|
# engines: docker/docker-moby, virtual-containerd, cri-o, podman, lxc
|
|
VIRTUAL-RUNTIME_container_engine ??= "docker-moby"
|
|
# runtime: runc, crun, runv, runx
|
|
VIRTUAL-RUNTIME_container_runtime ??= "virtual-runc"
|
|
# networking: cni, netavark
|
|
VIRTUAL-RUNTIME_container_networking ??= ""
|
|
# dns: cni, aardvark-dns
|
|
VIRTUAL-RUNTIME_container_dns ??= ""
|
|
# orchestration: k8s, k3s
|
|
VIRTUAL-RUNTIME_container_orchestration ??= ""
|
|
|
|
VIRTUAL-RUNTIME_cri ??= "virtual-containerd"
|
|
VIRTUAL-RUNTIME_cni ??= "cni"
|