How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-6.9"
config.vm.box_version = "2.3.8"
end
vagrant init bento/centos-6.9 \
--box-version 2.3.8
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-6.9", "version": "2.3.8", "build_timestamp": "20170703174209", "git_revision": "3869bda09703774a3e5db1aca0d02c022f9d34db", "git_status": "dirty", "box_basename": "centos-6.9-2.3.8", "template": "centos-6.9-x86_64", "packer": "1.0.2", "vagrant": "1.9.5", "providers": [ { "name": "parallels", "version": "12.2.0", "file": "centos-6.9-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "ad464722ea58417a016ebb74878bb41635719356c3ee2ce699d269fcb08a8da6", "size": "312 MB", "build_time": 788 }, { "name": "virtualbox", "version": "5.1.22", "file": "centos-6.9-2.3.8.virtualbox.box", "checksum_type": "sha256", "checksum": "725cd9270ca48c8cecd595d3a32e6437e5ae143d4a0d1af591a619aaf304af1b", "size": "259 MB", "build_time": 788 }, { "name": "vmware", "version": "8.5.8", "file": "centos-6.9-2.3.8.vmware.box", "checksum_type": "sha256", "checksum": "d76d5607b4a6a72337d3d86c36feff7140297ca213d7368d98040eb0d06f4591", "size": "315 MB", "build_time": 788 } ] }