How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "centos-6.9", "version": "201803.24.0", "build_timestamp": "20180326144641", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "centos-6.9-201803.24.0", "template": "centos-6.9-x86_64", "packer": "1.2.1", "vagrant": "2.0.2", "providers": [ { "name": "hyperv", "version": null, "file": "centos-6.9-201803.24.0.hyperv.box", "checksum_type": "sha256", "checksum": "7757f154bdd8ed17b8c0a758385bc2eb7b26c27e62217c7cf911531ba909638b", "size": "339 MB", "build_time": 494 } ] }

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (339 MB)
  • parallels
    unknown Hosted by Vagrant Cloud (417 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (410 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (450 MB)