How to use this box with Vagrant:

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

This version was created almost 6 years ago.

{ "name": "centos-7.4", "version": "201710.25.0", "build_timestamp": "20171026145559", "git_revision": "eef9780188056e4b87d5db3f7a1cabbe7c7f4706", "git_status": "dirty", "box_basename": "centos-7.4-201710.25.0", "template": "centos-7.4-x86_64", "packer": "1.1.1", "vagrant": "2.0.0", "providers": [ { "name": "parallels", "version": "13.1.1", "file": "centos-7.4-201710.25.0.parallels.box", "checksum_type": "sha256", "checksum": "3fa0c02ba0e2370fdb566555268fcf1a14900231941aec6112b6568faaa99f47", "size": "539 MB", "build_time": 1494 }, { "name": "virtualbox", "version": "5.1.30", "file": "centos-7.4-201710.25.0.virtualbox.box", "checksum_type": "sha256", "checksum": "930d0aa40049662aa8be55830aaa4ee0e372c2a88aee980e81d2a5bbbf7083a5", "size": "478 MB", "build_time": 1494 }, { "name": "vmware_desktop", "version": "10.0.1", "file": "centos-7.4-201710.25.0.vmware.box", "checksum_type": "sha256", "checksum": "60daacfc5bb449ab37535bae6b02e6cfab2512d7bf08275bc9fc90bf49b192a9", "size": "552 MB", "build_time": 1494 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (539 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (477 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (551 MB)