This section highlights important changes and new features in {Singularity} 4.4 that are of note to users. See also the "What's New" section in the Admin Guide for administrator-facing changes.
- Correctly escape ENV vars when importing OCI containers to native SIF, so that they match podman / docker behaviour.
- Include the home directory in the
--workdiroption (which is a modifier of the--containoption). This has always been in the--workdirusage description but the home directory has not actually been included at least since singularity 2. - Add
/etc/resolv.confto the list of host paths that can be prevented from automatic import into the container with the--no-mountoption.