How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-6.9"
config.vm.box_version = "201712.31.0"
end
vagrant init bento/centos-6.9 \
--box-version 201712.31.0
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-6.9", "version": "201712.31.0", "build_timestamp": "20171231182711", "git_revision": "b144036135a5c269e790e9030a6385dbabf632ce", "git_status": "dirty", "box_basename": "centos-6.9-201712.31.0", "template": "centos-6.9-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.2.0", "file": "centos-6.9-201712.31.0.parallels.box", "checksum_type": "sha256", "checksum": "e1f0feda0f665e64cd3e9bf048786b41992454b5f35250c3cb40763783b6e5dd", "size": "424 MB", "build_time": 581 } ] }