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.

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

3 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (856 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (851 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (890 MB)