How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/centos-7.5"
  config.vm.box_version = "201808.24.0"
end
vagrant init bento/centos-7.5 \
  --box-version 201808.24.0
vagrant up

This version was created over 4 years ago.

{ "name": "centos-7.5", "version": "201808.24.0", "build_timestamp": "20180902141207", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "centos-7.5-201808.24.0", "template": "centos-7.5-x86_64", "packer": "1.2.5", "vagrant": "2.0.2", "providers": [ { "name": "hyperv", "version": "10.0.16299.15", "file": "centos-7.5-201808.24.0.hyperv.box", "checksum_type": "sha256", "checksum": "fadd25bed22c0c7530c1c8728858559386845dec241393814263929047223da7", "size": "516 MB", "build_time": 679 } ] }

4 providers for this version.
  • hyperv Hosted by Vagrant Cloud (516 MB)

  • parallels Hosted by Vagrant Cloud (621 MB)

  • vmware_desktop Hosted by Vagrant Cloud (637 MB)

  • virtualbox Hosted by Vagrant Cloud (551 MB)