How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "coremedia/base7"
config.vm.box_version = "2.0.0"
end
vagrant init coremedia/base7 \
--box-version 2.0.0
vagrant up
This version was created about 8 years ago.
Using rolling ISO media release CentOS 7 July 2015 (1507) plus updates
Added workaround for https://bugs.centos.org/view.php?id=8490 (https://bugzilla.redhat.com/show_bug.cgi?id=1212883)
based on f007ea210ab92bc34db21720d83afa53f82a3a92 (initiated by edehde)