How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.4"
config.vm.box_version = "201803.24.0"
end
vagrant init bento/centos-7.4 \
--box-version 201803.24.0
vagrant up
This version was created over 5 years ago.
{ "name": "centos-7.4", "version": "201803.24.0", "build_timestamp": "20180326162904", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "centos-7.4-201803.24.0", "template": "centos-7.4-x86_64", "packer": "1.2.1", "vagrant": "2.0.2", "providers": [ { "name": "hyperv", "version": null, "file": "centos-7.4-201803.24.0.hyperv.box", "checksum_type": "sha256", "checksum": "01f9eb7dc482c682b8b67c57f20ba102f78e4c9eb9ab3faabd9d2317c2d2fd79", "size": "503 MB", "build_time": 603 } ] }