From: Chen Qi <[email protected]> docker tries to find 'runc' binary, and if 'runc' is not available, things fail.
The VIRTUAL-RUNTIME_container_runtime could be crun or virtual-runc. This is not correct for docker. What docker wants is virtual-runc. Signed-off-by: Chen Qi <[email protected]> --- recipes-containers/docker/docker.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index 99535a77..39782b88 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc @@ -13,7 +13,7 @@ RDEPENDS:${PN} = "util-linux util-linux-unshare iptables \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'cgroup-lite', d)} \ bridge-utils \ " -RDEPENDS:${PN} += "virtual-containerd ${VIRTUAL-RUNTIME_container_runtime}" +RDEPENDS:${PN} += "virtual-containerd virtual-runc" RRECOMMENDS:${PN} = "kernel-module-dm-thin-pool \ kernel-module-nf-conntrack \ -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9498): https://lists.yoctoproject.org/g/meta-virtualization/message/9498 Mute This Topic: https://lists.yoctoproject.org/mt/116925968/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
