Latest: v2.0.7
The image builder for dragonflybsd
All the supported releases are here:
| Release | x86_64(amd64) |
|---|---|
| 6.4.2 | ✅ (rsync,scp,nfs,tar) |
| 6.4.1 | ✅ (rsync,scp,nfs,tar) |
| 6.4.0 | ✅ (rsync,scp,nfs,tar) |
Note: sshfs is not offered on DragonFlyBSD -- the sshfs (FUSE) mount is read-only in practice (the guest can read the shared dir, but writing a file back into the mount fails), so only rsync / scp / nfs are listed.
How the images are built:
Each image is built automatically in the anyvm-org/dragonflybsd-builder repo's GitHub Actions: it downloads the official DragonFly BSD installer ISO, boots it in QEMU, runs the installation unattended, enables ssh, pre-installs the packages listed in the conf, and exports the installed disk as a compressed qcow2 image.
Upstream install media: the official DragonFly BSD ISOs from https://mirror-master.dragonflybsd.org/iso-images/ (download page: https://www.dragonflybsd.org/download/).
How to build:
-
Use the manual.yml to build manually.
Run the workflow manually, you will get a view-only webconsole from the output of the workflow, just open the link in your web browser.
You will also get an interactive VNC connection port from the output, you can connect to the vm by any vnc client.
-
Run the builder locally on your Ubuntu machine.
Just clone the repo. and run:
python3 build.py conf/dragonflybsd-6.4.2.conf