How to use this box with Vagrant:

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

This version was created over 6 years ago.

{ "name": "centos-7.3", "version": "201708.22.0", "build_timestamp": "20170823000718", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "centos-7.3-201708.22.0", "template": "centos-7.3-x86_64", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "vmware_desktop", "version": "12.5.7", "file": "centos-7.3-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "209bae56c987b1dca8fce630ad6ec6ab6008c84db200296a5c5a24afaab12372", "size": "608 MB", "build_time": 809 }, { "name": "virtualbox", "version": "5.1.26", "file": "centos-7.3-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "36410ca2bf23c66a62c70bd8d3a10aac3ee463d0d0c54fe231f4f1e05de00887", "size": "526 MB", "build_time": 809 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (570 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (525 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (608 MB)