ATNF / yandasoft

Astronomical Calibration and Imaging Software
Other
16 stars 8 forks source link

issue when trying to pull the latest singularity image #16

Closed westjl closed 3 years ago

westjl commented 3 years ago

I am just trying to update my singularity image. I do:

singularity pull docker://csirocass/yandasoft:openmpi4

But I am currently getting this error:

FATAL: While making image from oci registry: error fetching image to cache: failed to get checksum for docker://csirocass/yandasoft:openmpi4: Error reading manifest openmpi4 in docker.io/csirocass/yandasoft: manifest unknown: manifest unknown

westjl commented 3 years ago

Oh, got it working with:

singularity pull docker://csirocass/yandasoft:1.1-openmpi4

Perhaps the wiki page should be updated:

https://github.com/ATNF/yandasoft/wiki/How-to-install-using-container

prlahur commented 3 years ago

Thanks, @westjl . I updated the wiki page just now.