How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "maroskukan/ubuntu1804"
config.vm.box_version = "2022.11.11"
end
vagrant init maroskukan/ubuntu1804 \
--box-version 2022.11.11
vagrant up
This version was created 11 months ago.
build_commit: b7f5eee3c54bce37964750a0c9ce6ccfa5a8d864
build_template: https://github.com/maroskukan/packer-cookbook/blob/main/boxes/ubuntu1804/box-config.pkr.hcl