How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/centos8-3-titanium-test-staging"
end
vagrant init starlabio/centos8-3-titanium-test-staging
vagrant up
This version was created about 3 years ago.
Do not enable Docker service (comment out systemctl enable docker)
This version was created about 3 years ago.
Image with Docker and notary Build manually without the kickstart file
This version was created about 3 years ago.
Updates with docker minus the notary stuff
This version was created about 3 years ago.
Updated with no docker changes
This version was created about 3 years ago.
Add docker notary
This version was created about 3 years ago.
Fix issue with systemd on version e8.3.2
This version was created about 3 years ago.
Exclude systemd from being updated by yum
This version was created about 3 years ago.
Initial version testing with Docker and image size issue.