How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/centos-6.9"
  config.vm.box_version = "201710.25.0"
end
vagrant init bento/centos-6.9 \
  --box-version 201710.25.0
vagrant up

This version was created almost 6 years ago.

{ "name": "centos-6.9", "version": "201710.25.0", "build_timestamp": "20171026143315", "git_revision": "eef9780188056e4b87d5db3f7a1cabbe7c7f4706", "git_status": "dirty", "box_basename": "centos-6.9-201710.25.0", "template": "centos-6.9-x86_64", "packer": "1.1.1", "vagrant": "2.0.0", "providers": [ { "name": "parallels", "version": "13.1.1", "file": "centos-6.9-201710.25.0.parallels.box", "checksum_type": "sha256", "checksum": "755eb9520204375eba6bd6bbf1c23c0291bef4fbb40c57c6fe94a7b646380bb6", "size": "375 MB", "build_time": 907 }, { "name": "virtualbox", "version": "5.1.30", "file": "centos-6.9-201710.25.0.virtualbox.box", "checksum_type": "sha256", "checksum": "61cd52d54bf48295b2aceb942b23fa7830b181fca27cd54d25d21ffc21a9cd9c", "size": "354 MB", "build_time": 907 }, { "name": "vmware_desktop", "version": "10.0.1", "file": "centos-6.9-201710.25.0.vmware.box", "checksum_type": "sha256", "checksum": "7196c18cde54beb7b69e18e2cb6cb953b921ef767b06fc756d58454b9dd740f2", "size": "415 MB", "build_time": 907 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (374 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (353 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (414 MB)