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