Hello there,
I am trying to understand how the Docker pull rate limit is enforced. I am doing the following:
singularity build my_img.sif Singularity
where the content of Singularity is as follows:
Bootstrap:docker
From:centos:7.4.1708
Although I haven't done a single pull in the last six hours, I am getting the following:
[root@rc-predict singularity]# singularity build my_img.sif Singularity
INFO: Starting build...
FATAL: While performing build: conveyor failed to get: Error reading manifest 7.4.1708 in docker.io/library/centos: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
To make sure this limit is not coming from
centos account, I verified that I can do the following independently:
docker pull centos:7.4.1708
Did anyone else experience this issue/know of a fix?
Best,
Tashrif