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
Hello,
I'm currently receiving an error when trying to pull the new singularity image e.g. apptainer pull --arch amd64 library://wheaton5/souporcell/souporcell:release
returns FATAL: While pulling library image: error fetching image: error making request to server: Get "https://library.sylabs.io/v1/images/wheaton5/souporcell/souporcell:release?arch=amd64": tls: failed to verify certificate: x509: certificate is not valid for any names, but wanted to match library.sylabs.io
Could you confirm that this URI is correct, and which library the image is stored in? According to the apptainer documentation, using this format pulls from the currently configured library which I suspect is system dependent.
Apptainer version is 1.1.9.
FWIW I can pull the previous image (shub://wheaton5/souporcell) without issue.
Thanks,
Michael
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently receiving an error when trying to pull the new singularity image e.g.
apptainer pull --arch amd64 library://wheaton5/souporcell/souporcell:release
returns
FATAL: While pulling library image: error fetching image: error making request to server: Get "https://library.sylabs.io/v1/images/wheaton5/souporcell/souporcell:release?arch=amd64": tls: failed to verify certificate: x509: certificate is not valid for any names, but wanted to match library.sylabs.io
Could you confirm that this URI is correct, and which library the image is stored in? According to the apptainer documentation, using this format pulls from the currently configured library which I suspect is system dependent.
Apptainer version is 1.1.9.
FWIW I can pull the previous image (shub://wheaton5/souporcell) without issue.
Thanks,
Michael
The text was updated successfully, but these errors were encountered: