How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.5"
config.vm.box_version = "201807.12.0"
end
vagrant init bento/centos-7.5 \
--box-version 201807.12.0
vagrant up
This version was created over 4 years ago.
{ "name": "centos-7.5", "version": "201807.12.0", "build_timestamp": "20180715054313", "git_revision": "c3143feddc09bbff2f5bb0a8cce6619a674beb4e", "git_status": "dirty", "box_basename": "centos-7.5-201807.12.0", "template": "centos-7.5-x86_64", "packer": "1.2.4", "vagrant": "2.1.2", "providers": [ { "name": "vmware_desktop", "version": "10.1.2", "file": "centos-7.5-201807.12.0.vmware.box", "checksum_type": "sha256", "checksum": "ff1b3cbdb889257bcb1dfbeea9fcc18624fe4ac0d6a54352cc2408c5fe539883", "size": "641 MB", "build_time": 901 } ] }