How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "centos-6.9", "version": "201801.31.0", "build_timestamp": "20180131220908", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "centos-6.9-201801.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-201801.31.0.parallels.box", "checksum_type": "sha256", "checksum": "84776b7daf1632bb95072e290bbf3edb936a2f9caed6cb92b78f58e53e4beb05", "size": "422 MB", "build_time": 657 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (421 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (397 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (435 MB)