How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "msmythe/dragons"
config.vm.box_version = "2021.3.0"
end
vagrant init msmythe/dragons \
--box-version 2021.3.0
vagrant up
This version was created almost 3 years ago.
Base box is vagrant kalilinux/rolling that was configured via packer and ansible.