How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "centos-7.5", "version": "201811.25.0", "build_timestamp": "20181126001655", "git_revision": "eaed9b4b94dff2bb4316e9f0609df1aad2bb41ee", "git_status": "dirty", "box_basename": "centos-7.5-201811.25.0", "template": "centos-7.5-x86_64", "packer": "1.3.1", "vagrant": "2.2.0", "providers": [ { "name": "vmware_desktop", "version": "11.0.2", "file": "centos-7.5-201811.25.0.vmware.box", "checksum_type": "sha256", "checksum": "1f7bce318cc73964f45a041fa626cb66d0d31b5fab77a8c15a69ad6dc182496d", "size": "622 MB", "build_time": 1002 }, { "name": "virtualbox", "version": "5.2.22", "file": "centos-7.5-201811.25.0.virtualbox.box", "checksum_type": "sha256", "checksum": "f347c73ab54f63e3642010d47ff4503dd056c116484d41ff19de6dfc8d12b157", "size": "546 MB", "build_time": 1002 } ] }

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (545 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (621 MB)