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