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

This version was created over 6 years ago.

{ "name": "centos-7.3", "version": "2.3.2", "build_timestamp": "20161219201746", "git_revision": "2b90af31b39b409d4d0f90da4678848f65175d64", "box_basename": "centos-7.3-2.3.2", "template": "centos-7.3-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "centos-7.3-2.3.2.parallels.box", "checksum_type": "sha256", "checksum": "fcc477ef24d377d77607f53365e8fb5ff05a6a560309ca9868b30835aa5d6b32", "size": "491 MB" }, { "name": "virtualbox", "file": "centos-7.3-2.3.2.virtualbox.box", "checksum_type": "sha256", "checksum": "0ddf09f0af16e2783c0b2c62ad62ced0986da59e22dce653ff1ff514708378ae", "size": "429 MB" }, { "name": "vmware_desktop", "file": "centos-7.3-2.3.2.vmware.box", "checksum_type": "sha256", "checksum": "fb14bb29bb42e798f019b8a1a132fbb68e17e6e299d0853e555a393888814a58", "size": "533 MB" } ], "tool_versions": { "packer": "0.12.1", "vagrant": "1.9.1", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.3" }, "build_times": { "parallels-iso": 1300, "virtualbox-iso": 1300, "vmware-iso": 1300 } }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (533 MB)

  • virtualbox Hosted by Vagrant Cloud (428 MB)

  • parallels Hosted by Vagrant Cloud (491 MB)