You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments