How to use this box with Vagrant:

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

This version was created over 4 years ago.

CentOS Linux 7/x86_64 Vagrant images updated to 2020-04-30 and based on CentOS 7.8.2003.

Detailed release notes are published at https://blog.centos.org/2020/05/updated-centos-vagrant-images-available-v2004-01/

The following providers are enabled: virtualbox, libvirt, hyperv and vmware_desktop (the latter should work for vmware_fusion, vmware_workstation and vmware_desktop).

We appreciate comments and feedback, join us on the centos-devel list ( https://lists.centos.org/ ), or in #centos-devel on irc.freenode.net

4 providers for this version.
  • hyperv
    unknown Externally hosted (cloud.centos.org)
  • libvirt
    unknown Externally hosted (cloud.centos.org)
  • virtualbox
    unknown Externally hosted (cloud.centos.org)
  • vmware_desktop
    unknown Externally hosted (cloud.centos.org)