How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.5"
config.vm.box_version = "201805.15.0"
end
vagrant init bento/centos-7.5 \
--box-version 201805.15.0
vagrant up
This version was created almost 5 years ago.
{ "name": "centos-7.5", "version": "201805.15.0", "build_timestamp": "20180516212412", "git_revision": "225a5c5b0106b0cddf3932cdf0ce95d1ed27c5ca", "git_status": "dirty", "box_basename": "centos-7.5-201805.15.0", "template": "centos-7.5-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "centos-7.5-201805.15.0.vmware.box", "checksum_type": "sha256", "checksum": "76368a8251ef07f2ed30ebfcae44011cec1bec56ac9c70dda5e24729e79c0b2c", "size": "645 MB", "build_time": 983 } ] }