-
Notifications
You must be signed in to change notification settings - Fork 333
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
Sometimes when running supabase start it will return the error Error response from daemon: toomanyrequests: Rate exceeded
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Delete docker image cache
supabase start- Sometimes you will see the error
Expected behavior
- There should be documentation around ECR/Docker rate limits and how to mitigate them.
- I have tried using the docker-login action as well as aws-ecr-login which did not seem to affect the docker client in use here.
Perhaps ImagePullOptions.RegistryAuth can be exposed somehow?
Line 174 in 5a3fc3b
| out, err := Docker.ImagePull(ctx, imageUrl, types.ImagePullOptions{}) |
- Perhaps the service quota needs to be increased? https://docs.aws.amazon.com/AmazonECR/latest/public/public-service-quotas.html
- AWS ECR Auth: https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html#registry_auth_http
allezxandre and b2m9
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working