How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jst-shirota/vyos"
config.vm.box_version = "1.3.0-rolling-202010181621"
end
vagrant init jst-shirota/vyos \
--box-version 1.3.0-rolling-202010181621
vagrant up
This version was created almost 4 years ago.