Skip to content

Tag docker-privileged

Adelina Eleonora Lintuluoto requested to merge kaniko into master

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.

Merge request reports