How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-22.04-arm64"
config.vm.box_version = "202301.20.0"
end
vagrant init bento/ubuntu-22.04-arm64 \
--box-version 202301.20.0
vagrant up
This version was created 2 months ago.
Ubuntu 22.04 Vagrant box created with Bento by Chef. Built with: parallels: 18.1.1, packer: 1.8.5