Open MiddelkoopT opened 2 years ago
GitLab runner uses different /run setup with run on /var/run. After fixing this the Kaniko build of the container no longer runs due to Kaniko ignoring /var/run and the order of the creation of /run matters.
/run
/var/run
GitLab runner uses different
/run
setup with run on/var/run
. After fixing this the Kaniko build of the container no longer runs due to Kaniko ignoring /var/run and the order of the creation of /run matters.