How to use this box with Vagrant:

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

This version was created over 1 year ago.

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

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