How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jozefizso/centos7"
end
vagrant init jozefizso/centos7
vagrant up
This version was created over 4 years ago.
CentOS Linux 7.6 image based on CentOS 7.6.1810.
Added cloud-init package for VMware ESXi server integration.
This version was created over 4 years ago.
CentOS Linux 7.6 image based on CentOS 7.6.1810.
Fixed issue with VMware integration tools to correctly detect the OS as CentOS 7.
This version was created almost 5 years ago.
CentOS Linux 7.6 image based on CentOS 7.6.1810.
Compiled from https://github.com/jozefizso/packer-centos/tree/v1810.01