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
First, fantastic work! sregistry-cli has a lot of features I am looking for 😀.
Describe the bug
Per sregistry-cli documentation, sregistry-cli is supposed to honor user's Singularity cache folder. However, this seems not to be the case when using SINGULARITY_CACHEDIR environment variable to override the default $HOME/.singularity.
To Reproduce
Steps to reproduce the behavior:
$ echo$SINGULARITY_CACHEDIR# Non default cache dir
/glade/scratch/abanihi/.singularity
The original goal of sregistry was to be a manager for containers, so it pulled into its own organizational space. So I think it’s expected that this cannot conflict with the cache folder. If you just want to use Singularity to manage your images (which now is more reasonable to do) I would recommend just using it for pull.
First, fantastic work!
sregistry-cli
has a lot of features I am looking for 😀.Describe the bug
Per
sregistry-cli
documentation,sregistry-cli
is supposed to honor user's Singularity cache folder. However, this seems not to be the case when usingSINGULARITY_CACHEDIR
environment variable to override the default$HOME/.singularity
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
I expected the pulled image to be cached under
/glade/scratch/abanihi/.singularity
instead of/glade/u/home/abanihi/.singularity
Version of Singularity and Singularity Registry Client
Anything else?
The text was updated successfully, but these errors were encountered: