Closed PedroHLC closed 3 years ago
need to chown main-builder:main-builder /var/pkgdest inside the container, otherwise main-builder will not be able to write to it
Not true, overlayfs depends on the upper directory permission for that...
EDIT: But added a chmod just in the directory for Singularity...
"~/pkgdest"
to"/var/pkgdest"
-- This way it won't be caught in the home'schown -R
.kernel
;set -euo pipefail
that was miss-removed;