You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
Since dockerhub introduced pull limits on images, it seems we have reached that limit, here is the test failing due to the same:
The text was updated successfully, but these errors were encountered: