Hi,
In 3.6.4 the following now fails, at least on my Centos7.6 box:
$ singularity pull docker://python:latest
$ singularity build --sandbox sandbox python_latest.sif
with the error message:
ERROR: unpackSIF failed: root filesystem extraction failed: extract command failed: WARNING: passwd file doesn't exist in container, not updating
...
Is there a workaround?
-Mike