How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.4"
config.vm.box_version = "201709.15.0"
end
vagrant init bento/centos-7.4 \
--box-version 201709.15.0
vagrant up
This version was created over 5 years ago.
{ "name": "centos-7.4", "version": "201709.15.0", "build_timestamp": "20170915202542", "git_revision": "782d9af95c2691548e94e26839c84d3122fb1b69", "git_status": "dirty", "box_basename": "centos-7.4-201709.15.0", "template": "centos-7.4-x86_64", "packer": "1.1.0", "vagrant": "2.0.0", "providers": [ { "name": "parallels", "version": "13.0.1", "file": "centos-7.4-201709.15.0.parallels.box", "checksum_type": "sha256", "checksum": "6761b9cfa94c36b11ce7bf25d9b17dc489cd5d52166d7ca4c76b30c1e2c04b59", "size": "537 MB", "build_time": 1489 }, { "name": "virtualbox", "version": "5.1.26", "file": "centos-7.4-201709.15.0.virtualbox.box", "checksum_type": "sha256", "checksum": "71feefdd1bf67446dfe3640da7538068b47945ec1704d01c7aaaf992216c8d75", "size": "477 MB", "build_time": 1489 }, { "name": "vmware_desktop", "version": "8.5.8", "file": "centos-7.4-201709.15.0.vmware.box", "checksum_type": "sha256", "checksum": "072690c78b7a5fe4cff0d2b82ba4034faaa7235b3870496ee5763d88bfa419b4", "size": "565 MB", "build_time": 1489 } ] }