NERSC / shifter

Shifter - Linux Containers for HPC
Other
348 stars 65 forks source link

Pulling by hash #248

Closed scanon closed 3 years ago

scanon commented 5 years ago

Docker supports pulling an image by a hash (assuming the hash is still present at the registry). We should support this in Shifter too.

e.g. docker pull openchemistry/psi4@sha256:36b80ed11119cf568f071e4a2be1488782ac21618bfd21117b8b7f00193b386a

dmjacobsen commented 5 years ago

seems reasonable to me

scanon commented 3 years ago

Replaced by #299