How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "centos/7"
config.vm.box_version = "1603.01"
end
vagrant init centos/7 \
--box-version 1603.01
vagrant up
This version was created over 8 years ago.
CentOS Linux 7 / x86_64 Vagrant box Updated to Mar 31 2016
This box has all updates applied to Mar 31st 2016.