How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "centos-6.9", "version": "201805.15.0", "build_timestamp": "20180516210927", "git_revision": "225a5c5b0106b0cddf3932cdf0ce95d1ed27c5ca", "git_status": "dirty", "box_basename": "centos-6.9-201805.15.0", "template": "centos-6.9-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "centos-6.9-201805.15.0.vmware.box", "checksum_type": "sha256", "checksum": "37a8ace778cc1990d09f3455f818d257962358096292c8f272ef9f5dc186798c", "size": "435 MB", "build_time": 665 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (419 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (391 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (434 MB)