Latest: v2.0.9
The image builder for ubuntu
All the supported releases are here:
| Release | x86_64 (amd64) | aarch64 (arm64) | riscv64 | s390x | ppc64le (ppc64el) |
|---|---|---|---|---|---|
| 26.04 | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) |
| 24.04 | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) |
| 22.04 | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) | ✅ (rsync,scp,sshfs,nfs,tar) |
How the images are built:
Each image is built automatically in the anyvm-org/ubuntu-builder repo's GitHub Actions: it downloads the official Ubuntu server cloud image, customizes it (serial console, ssh, first-boot setup), boots it in QEMU, pre-installs the packages listed in the conf, and exports the disk as a compressed qcow2 image. No interactive installer is run.
Upstream media: the official Ubuntu cloud images from https://cloud-images.ubuntu.com/.
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/ubuntu-26.04.conf