How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitecompli/centos7"
end
vagrant init sitecompli/centos7
vagrant up
This version was created about 4 years ago.
CentOS 7 image based on CentOS 1905.1, with GuestAdditions 6.0.12 pre-installed.
This version was created over 4 years ago.
CentOS 7 image based on CentOS 1811.02 with GuestAdditions 6.0.0 pre-installed.
This version was created almost 5 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.
This version was created almost 3 years ago.
CentOS image based on CentOS 7 2004.01, with GuestAdditions 6.1.16 pre-installed.
This version was created over 5 years ago.
Updated packages.
This version was created over 6 years ago.
This box has been working pretty well for us, so let's call this Version One.
Updated software packages since last version.
This version was created over 8 years ago.
Removed guest additions from the image. From here out, we'll use vbox guest additions extension to handle this dependency.