sympy-live icon indicating copy to clipboard operation
sympy-live copied to clipboard

Docker pull limit reached

Open aktech opened this issue 4 years ago • 0 comments

Since dockerhub introduced pull limits on images, it seems we have reached that limit, here is the test failing due to the same:

Building app
Step 1/19 : FROM python:2-slim
2-slim: Pulling from library/python
2-slim: Pulling from library/python
Service 'app' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
The command "docker-compose up -d" failed and exited with 1 during .

aktech avatar Feb 02 '21 14:02 aktech