How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "maroskukan/ubuntu2210"
  config.vm.box_version = "2023.06.29"
end
vagrant init maroskukan/ubuntu2210 \
  --box-version 2023.06.29
vagrant up

This version was created about 1 year ago.

https://github.com/maroskukan/packer-cookbook/blob/027529a450e057d2c2a54115a7d9dff3d2a6d230/boxes/ubuntu2210/box-config.pkr.hcl

3 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (942 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (957 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.04 GB)