Latest: v2.0.7
The image builder for midnightbsd
All the supported releases are here:
| Release | x86_64 |
|---|---|
| 4.0.7 | ✅ (rsync,scp,sshfs,nfs,tar) |
| 4.0.6 | ✅ (rsync,scp,sshfs,nfs,tar) |
| 4.0.4 | ✅ (rsync,scp,sshfs,nfs,tar) |
| 3.2.4 | ✅ (rsync,scp,sshfs,nfs,tar) |
| 2.2.8 | ✅ (rsync,scp,sshfs,nfs,tar) |
How the images are built:
Each image is built automatically in the anyvm-org/midnightbsd-builder repo's GitHub Actions: it downloads the official MidnightBSD installer ISO, boots it in QEMU, answers the installer 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 MidnightBSD ISOs from https://midnightbsd.org/ftp/MidnightBSD/releases/ (download page: https://www.midnightbsd.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/midnightbsd-4.0.7.conf