Commit 7f1b5a5
committed
fix: switch crane pull to AWS ECR Public to avoid Docker Hub rate limits
Docker Hub rate-limits unauthenticated pulls (100/IP/6hr). Modal's shared
build IPs exhaust this quickly. AWS ECR Public (public.ecr.aws/docker/library)
is the official Docker image mirror with NO anonymous rate limits.1 parent 76b8890 commit 7f1b5a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments