How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.3"
config.vm.box_version = "2.3.7"
end
vagrant init bento/centos-7.3 \
--box-version 2.3.7
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-7.3", "version": "2.3.7", "build_timestamp": "20170626192123", "git_revision": "e3d5d4b2fe48f9954fda4f534359fbaa65e7aa1c", "box_basename": "centos-7.3-2.3.7", "template": "centos-7.3-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "centos-7.3-2.3.7.parallels.box", "checksum_type": "sha256", "checksum": "c8971763da46986739932edac49dd15e3b0977e5b893877f8bd6b8abff48263b", "size": "490 MB" }, { "name": "virtualbox", "file": "centos-7.3-2.3.7.virtualbox.box", "checksum_type": "sha256", "checksum": "3a40aaf301b9ec646d6b4b4194c925ebbf15332e39fe6cbe5742cb6b0da52bce", "size": "430 MB" }, { "name": "vmware_desktop", "file": "centos-7.3-2.3.7.vmware.box", "checksum_type": "sha256", "checksum": "26bbf534c5cd1df24e58e70c79f5a8aa8dd917cb25254c2f928f2428394de754", "size": "518 MB" } ], "tool_versions": { "packer": "1.0.2", "vagrant": "1.9.5", "parallels": "12.2.0", "virtualbox": "5.1.22", "vmware_fusion": "8.5.7" }, "build_times": { "vmware-iso": 1004, "parallels-iso": 1004, "virtualbox-iso": 1004 } }