UTM Box Gallery

To work with Vagrant, a base VM (box) must have certain features, like a ssh user for vagrant to connect.

To help you get started with Vagrant UTM provider, couple of pre-built VMs from the UTM Gallery are modified to work with Vagrant and are made available to use.

All the VMs provided are built from UTM Gallery VMs in an (semi) automated way using packer plugin for UTM. Please see the UTM Box Guide on how these UTM Vagrant boxes were built using packer.

  • Debian 11 (Xfce):
    u.utm_file_url = "https://github.com/naveenrajm7/utm-box/releases/download/debian-11/debian_vagrant_utm.zip" 
    
  • Debian 10.4 (Custom i3):
    u.utm_file_url = "https://github.com/naveenrajm7/utm-box/releases/download/debian-10/deb10_vagrant_utm.zip"
    
  • More boxes. Coming Soon…

To enable building reproducible and easily sharable UTM VM bundle a packer plugin for UTM has been developed and open-sourced.

Check out Creating UTM Box to build your own Vagrant compatible UTM box.