How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-6.9"
config.vm.box_version = "201806.08.0"
end
vagrant init bento/centos-6.9 \
--box-version 201806.08.0
vagrant up
This version was created over 5 years ago.
{ "name": "centos-6.9", "version": "201806.08.0", "build_timestamp": "20180611232022", "git_revision": "46c5b86f610baf7f28b3082398a567f33f80a905", "git_status": "dirty", "box_basename": "centos-6.9-201806.08.0", "template": "centos-6.9-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.1", "file": "centos-6.9-201806.08.0.parallels.box", "checksum_type": "sha256", "checksum": "522cc7ce3c4492f345ff04a314113931966576abe7e592b8bbad03f16ad85299", "size": "429 MB", "build_time": 878 } ] }