How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "blues/local-dev-base-amd64"
config.vm.box_version = "1.2.0"
end
vagrant init blues/local-dev-base-amd64 \
--box-version 1.2.0
vagrant up
This version was created over 2 years ago.
Ubuntu 20.04, Go 1.17, Consul 1.10.2, Nomad 1.1.4, node 14.17.6