How to use this box with Vagrant:

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

This version was created over 1 year ago.

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

2 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (786 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (756 MB)