How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "druepwps/Ubuntu2204LTS"
config.vm.box_version = "0.1.0"
end
vagrant init druepwps/Ubuntu2204LTS \
--box-version 0.1.0
vagrant up
This version was created almost 2 years ago.
Initial Base Ubuntu 2204LTS Box
This version is for Virtualbox on x86 64-bit machines
This version is for Parallels on arm64 machines (i.e. Apple Silicon Macs)