How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Abi79/ubuntu-22.04-arm64"
config.vm.box_version = "2022.12"
end
vagrant init Abi79/ubuntu-22.04-arm64 \
--box-version 2022.12
vagrant up
This version was created over 1 year ago.
Built from https://github.com/chef/bento, commit 141131
.
The template ubuntu-22.04-arm64.json
is used as is, with no modifications.