How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.4"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/centos-7.4 \
--box-version 201801.02.0
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-7.4", "version": "201801.02.0", "build_timestamp": "20180104170843", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "centos-7.4-201801.02.0", "template": "centos-7.4-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "hyperv", "version": "10.0.16299.15", "file": "centos-7.4-201801.02.0.hyperv.box", "checksum_type": "sha256", "checksum": "3bfc60aab619ae766c4c23c23dbd44b25ed3fa58b9475ecdf128d0cf5652fa40", "size": "501 MB", "build_time": 793 } ] }