Skip to content

Support sif images along with sandboxes

It is kind of a minor hack.

On a HPC with no CVMFS nor external connectivity, I got issues with sandbox container images on GPFS. Converted them into sif image resolved the issue. By replacing isdir with exists, I can keep working with the sif images correctly.

Merge request reports