summaryrefslogtreecommitdiffstats
path: root/recipes-containers/vcontainer/vdkr-rootfs-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/vcontainer/vdkr-rootfs-image.bb')
-rw-r--r--recipes-containers/vcontainer/vdkr-rootfs-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/vcontainer/vdkr-rootfs-image.bb b/recipes-containers/vcontainer/vdkr-rootfs-image.bb
index e2921ec7..64054376 100644
--- a/recipes-containers/vcontainer/vdkr-rootfs-image.bb
+++ b/recipes-containers/vcontainer/vdkr-rootfs-image.bb
@@ -47,6 +47,8 @@ inherit core-image
47# We need Docker and container tools 47# We need Docker and container tools
48# Note: runc is explicitly listed because vruntime distro sets 48# Note: runc is explicitly listed because vruntime distro sets
49# VIRTUAL-RUNTIME_container_runtime="" to avoid runc/crun conflicts. 49# VIRTUAL-RUNTIME_container_runtime="" to avoid runc/crun conflicts.
50# Note: skopeo is required inside the guest for batch import
51# (skopeo copy oci:... containers-storage:...).
50IMAGE_INSTALL = " \ 52IMAGE_INSTALL = " \
51 packagegroup-core-boot \ 53 packagegroup-core-boot \
52 docker-moby \ 54 docker-moby \