How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "centos/7"
config.vm.box_version = "1508.01"
end
vagrant init centos/7 \
--box-version 1508.01
vagrant up
This version was created almost 9 years ago.
CentOS Linux 7 x86_64 ( Updated to 28th Aug 2015 )