How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitecompli/centos7"
config.vm.box_version = "1809.01"
end
vagrant init sitecompli/centos7 \
--box-version 1809.01
vagrant up
This version was created almost 6 years ago.
CentOS 7 image based on CentOS 1809.01 with GuestAdditions 5.2.22 pre-installed. Temporary workaround for https://github.com/dotless-de/vagrant-vbguest/issues/311.