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.4"
end
vagrant init bento/centos-7.3 \
  --box-version 2.3.4
vagrant up

This version was created about 6 years ago.

{ "name": "centos-7.3", "version": "2.3.4", "build_timestamp": "20170317154709", "git_revision": "ee3f7c2ee6eeea6a69f849e4f07ce124a90269e2", "box_basename": "centos-7.3-2.3.4", "template": "centos-7.3-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "vmware_desktop", "file": "centos-7.3-2.3.4.vmware.box", "checksum_type": "sha256", "checksum": "2cb9e6cf804b537cbbe189d014b241159e1421f53b6e8a26160f1e699ed29114", "size": "532 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.1", "parallels": "12.1.3", "virtualbox": "5.1.16", "vmware_fusion": "8.5.5" }, "build_times": { "vmware-iso": 926 } }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (488 MB)

  • virtualbox Hosted by Vagrant Cloud (430 MB)

  • vmware_desktop Hosted by Vagrant Cloud (531 MB)