fix: clone r10k config to /tmp/r10k-config instead of /shared #76
Reference in New Issue
Block a user
Delete Branch "benvin/fix-g10k-clone-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The g10k-code cronjob was failing with "Permission denied" because the
container (running as uid 999, non-root) attempted to create /shared in
the container root filesystem, which is not writable. Clone to /tmp
which is always writable by unprivileged users.