A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that may generate disk images with a number of bells and whistles.
Project homepage: https://github.com/systemd/mkosi
latest
(Dockerfile)
Get the latest version:
docker pull 42bv/mkosi:latest
Clone the repository:
git clone git@github.com:42BV/docker-mkosi.git
cd docker-mkosi
Build the current Dockerfile and tag the image:
docker build -t mkosi .
Must be run with the --privileged
flag:
docker run --tty --interactive --privileged --name=mkosi 42bv/mkosi:latest
Released under the MIT license.