Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to pull a docker image using singularity #256

Open
biozzq opened this issue Jan 16, 2025 · 0 comments
Open

Failed to pull a docker image using singularity #256

biozzq opened this issue Jan 16, 2025 · 0 comments

Comments

@biozzq
Copy link

biozzq commented Jan 16, 2025

Dear all,

I use following code to download the image, but I always receive these errors. Any suggestions will be appreciated. Thank you.

VERSION="0.4.2";
URL="docker://visze/mprasnakeflow:${VERSION}";
IMAGE_NAME=`echo -n "${URL}" | md5sum | awk '{print $1".simg"}'`
singularity pull --name $IMAGE_NAME $URL
FATAL:   While making image from oci registry: error fetching image to cache: failed to get checksum for docker://visze/mprasnakeflow:0.4.2: error pinging docker registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp 162.125.32.6:443: i/o timeout

Best wishes,
Zheng zhuqing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant