How to use this box with Vagrant:

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

This version was created 12 months ago.

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

3 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (936 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (948 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (972 MB)