reproman icon indicating copy to clipboard operation
reproman copied to clipboard

clarify new (3.x) singularity ability to get images with @digest specification

Open yarikoptic opened this issue 5 years ago • 3 comments

See https://github.com/ReproNim/reproman/pull/405#issuecomment-482228428 for initial finding/discussion

yarikoptic avatar Apr 11 '19 18:04 yarikoptic

Let's see what comes of https://github.com/sylabs/singularity/issues/3287

kyleam avatar Apr 11 '19 21:04 kyleam

@kyleam - a few days back i had to authenticate to docker hub to even pull busybox

satra avatar Apr 11 '19 21:04 satra

@kyleam - a few days back i had to authenticate to docker hub to even pull busybox

Hmm, interesting. I don't think that's what's going on in the snippets from the linked singularity issue, though, because the call succeeds despite the warning if I drop the @ID bit:

$ singularity pull shub://vsoch/hello-world      
WARNING: Authentication token file not found : Only pulls of public images will succeed
 62.32 MiB / 62.32 MiB [=========================================] 100.00% 8.31 MiB/s 7s

kyleam avatar Apr 12 '19 00:04 kyleam