How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "maroskukan/ubuntu2204"
config.vm.box_version = "2023.07.11"
end
vagrant init maroskukan/ubuntu2204 \
--box-version 2023.07.11
vagrant up
This version was created 5 months ago.