How to use this box with Vagrant:

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

This version was created almost 7 years ago.

{ "name": "centos-6.9", "version": "201710.22.0", "build_timestamp": "20171022162733", "git_revision": "699b769d835a942fa67a9605f5ed6d7b0afd6e0b", "git_status": "clean", "box_basename": "centos-6.9-201710.22.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.22.0.parallels.box", "checksum_type": "sha256", "checksum": "bcbdccc34d1911c75a1f1ae9651b64f3d5bf8d70dcd5558835197a8fdc501ea0", "size": "379 MB", "build_time": 952 }, { "name": "virtualbox", "version": "5.1.30", "file": "centos-6.9-201710.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "1e19eb2c02fdac01ac588ad4179cbb40b859166fe11f4461df3d4a3498cf3c46", "size": "351 MB", "build_time": 952 }, { "name": "vmware_desktop", "version": "10.0.1", "file": "centos-6.9-201710.22.0.vmware.box", "checksum_type": "sha256", "checksum": "c23820b9415eef1258bcccbdf8b7f4db9797970a2807db118f2fb17dd58a0ffe", "size": "408 MB", "build_time": 952 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (378 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (350 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (407 MB)