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.

https://github.com/maroskukan/packer-cookbook/blob/1839bd02871ceb04ef7188e23a86c44a1ebea350/boxes/ubuntu2204/box-config.pkr.hcl

3 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (853 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (865 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (889 MB)