Adds GIDs from the CI server to centos:ci for docker binding
Adds the GIDs from the groups rvm
and docker
on the host CI server. This is so we can bind /var/run/docker.sock
to the image to build images on the CI server itself from a centos:ci
container. It also adds the RVM group as a precaution to prevent permissions errors with rvm
on the host CI and rvm
in the centos:ci
container. This may eventually get taken away.
The GIDs are added via --build-args
and are stored in the secret variables in this repository.