How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.5"
config.vm.box_version = "201806.08.0"
end
vagrant init bento/centos-7.5 \
--box-version 201806.08.0
vagrant up
This version was created over 5 years ago.
{ "name": "centos-7.5", "version": "201806.08.0", "build_timestamp": "20180611233815", "git_revision": "46c5b86f610baf7f28b3082398a567f33f80a905", "git_status": "dirty", "box_basename": "centos-7.5-201806.08.0", "template": "centos-7.5-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.1", "file": "centos-7.5-201806.08.0.parallels.box", "checksum_type": "sha256", "checksum": "3e9f2da8909d90673170efced226bc25fcb3f9f1affc545d55380850566032fb", "size": "590 MB", "build_time": 1224 } ] }