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
After #5088 if there is an old directory entry for an image in the cache then Singularity will attempt to run against the directory, and fail. I the new cache format cache entries are files. We need to detect a directory, remove it, re-cache.
dave@piran~/.s/c/library> mkdir sha256.02ee8bf9dc335c244f8af97b901c5f62506e687ed54a8adc940d5996266dd344
dave@piran~/.s/c/library> cd
dave@piran~> singularity run library://ubuntu
INFO: Using cached image
WARNING: passwd file doesn't exist in container, not updating
WARNING: group file doesn't exist in container, not updating
ERROR: No runscript and no /bin/sh executable found in container, aborting
This is my bad :-( I had previous code to handle this but lost the local commit during my work on #5088.
The text was updated successfully, but these errors were encountered:
Version of Singularity:
What version of Singularity are you using?
master
Actual behavior
After #5088 if there is an old directory entry for an image in the cache then Singularity will attempt to run against the directory, and fail. I the new cache format cache entries are files. We need to detect a directory, remove it, re-cache.
This is my bad :-( I had previous code to handle this but lost the local commit during my work on #5088.
The text was updated successfully, but these errors were encountered: