Following an update to the
cloud.sylabs.io platform this morning, we are experiencing some unexpected issues with visibility of containers, unauthenticated access to public containers, and premature expiry of access tokens. We are working to address these issues as soon as possible.
At present, containers that are not visible in the web interface can be pulled via a full path and specific tag, using a singularity client that has been authenticated with
singularity remote login. For example:
... will successfully pull the Ubuntu 20.04 image at this time. The usual `singularity pull library://ubuntu` will not return an image at present.
You may also experience 'unauthorized' / 'Invalid Credentials' errors prior to the expected expiry of your access token. Creating a new token is the workaround for this problem. We advise using singularity pull to retrieve images to local SIF files so that you can work with them directly until the issues are addressed. In definition files, you can use the `Bootstrap: localimage` and `From: myfile.sif` lines in place of a bootstrap directly against the library.
We sincerely apologize for the inconvenience.