Docker rate-limit - Pulling codeclimate from a local registry
Hello. I got this error after a number of quality code executions. I suspect the docker pull from run.sh ("docker pull "${CODECLIMATE_FULL_IMAGE}" > /dev/null") $ docker run --tty --rm --env SOURCE_CODE="/tmp$CI_PROJECT_DIR" --volume /tmp$CI_PROJECT_DIR:/code --volume /var/run/docker.sock:/var/run/docker.sock "$CODE_QUALITY_IMAGE" /code Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit error: (CC::CLI::Engines::Install::ImagePullFailure) unable to pull image codeclimate/codeclimate-structure Could not install code climate engines for the repository at /code Thank you in advance for your investigation
issue