How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "andreineustroev/ol7-ci"
end
vagrant init andreineustroev/ol7-ci
vagrant up
This version was created over 2 years ago.
There isn't a description.
This version was created almost 3 years ago.
fix gitlab-runner permissions
This version was created almost 3 years ago.
Initial version