How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/centos8-3-titanium-test"
end
vagrant init starlabio/centos8-3-titanium-test
vagrant up
This version was created 17 days ago.
Added execstack and glibc-static packages
This version was created 24 days ago.
Added packages needed for Test - perl, python2, python2-devel, python2-pip
This version was created about 1 month ago.
Initial version