How to use this box with Vagrant:

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

This version was created over 6 years ago.

{ "name": "centos-7.3", "version": "2.3.5", "build_timestamp": "20170424140930", "git_revision": "a38fba79f9410f2f3bcb7d155bbc7714638a4b33", "box_basename": "centos-7.3-2.3.5", "template": "centos-7.3-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "vmware_desktop", "file": "centos-7.3-2.3.5.vmware.box", "checksum_type": "sha256", "checksum": "a9a9818bb701d2bd04a56c518351103338d1617c32d4e6b9bf3fe570bbf98512", "size": "531 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.3", "parallels": "12.2.0", "virtualbox": "5.1.20", "vmware_fusion": "8.5.6" }, "build_times": { "vmware-iso": 579 } }

3 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (428 MB)

  • parallels Hosted by Vagrant Cloud (489 MB)

  • vmware_desktop Hosted by Vagrant Cloud (531 MB)