Skip to content

Draft: virt: Added virtualization to guf-image-small

Tobias Poganiuch requested to merge virtualization into dunfell
  • New packagegroup was added
  • The new packagegroup was added to guf-image-small
  • A base image for building containers was added

Example usage of the container base image:

podman import
--change CMD=/bin/bash
--change ENTRYPOINT=/bin/sh
--change LABEL=blue=image
seconorth-container-minimal-imx8mguf.tar.bz2
image-imported

podman run image-imported

BCS 746-000682

Merge request reports