Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comics: add support for singularity 3.*, drop version 2.* support
* check subcommand was dropped from singularity * run build under sudo, singularity 3.7 has some built-in fakeroot going on but it doesn't seem to work well for our use case * fix /etc/passwd /etc/group binding interference with apt/dpkg package installations in sandbox: binding external passwd/group in sandbox broke some package installations (for packages that set up their own osers/groups). So, with this patch we're very careful with the bind path collection algebra, that is we're just skipping over the default binds when entering a sandbox.
- Loading branch information