How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdeathe/centos-7-x86_64-minimal-en_us"
config.vm.box_version = "7.3.0"
end
vagrant init jdeathe/centos-7-x86_64-minimal-en_us \
--box-version 7.3.0
vagrant up
This version was created almost 7 years ago.