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.8"
end
vagrant init bento/centos-7.3 \
--box-version 2.3.8
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-7.3", "version": "2.3.8", "build_timestamp": "20170703173739", "git_revision": "3869bda09703774a3e5db1aca0d02c022f9d34db", "git_status": "dirty", "box_basename": "centos-7.3-2.3.8", "template": "centos-7.3-x86_64", "packer": "1.0.2", "vagrant": "1.9.5", "providers": [
] }