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