Tag docker-privileged
Closes #26 (closed)
Any volume mounted to the Kaniko container is automatically whitelisted and excluded when building the Docker image. /cvmfs is mounted to the container via the runner. Hence when executing the Dockerfile, the command mkdir -p /cvfms/cms.cern.ch does not create the desired directory. This later leads to problems when trying to mount /cvmfs at entrypoint.
Currently runners tagged docker-privileged does not have /cvmfs mounted to them.