How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "v2lab/centos7-64"
config.vm.box_version = "1.1.7.2"
end
vagrant init v2lab/centos7-64 \
--box-version 1.1.7.2
vagrant up
This version was created almost 7 years ago.
CentOS v7.2 base install, Box v1.1