Commit 45c28fb
fix(dockerfile): switch v1 to ECR to avoid Docker Hub rate limits
Change base image from docker.io/library/php to public.ecr.aws/docker/library/php
to avoid Docker Hub's unauthenticated pull rate limits (100 pulls per 6 hours).
AWS ECR Public Gallery has no rate limits for public images and is a reliable
mirror for Docker Hub's official images. This matches the approach already used
in Dockerfile.v2.
Fixes: 'toomanyrequests: You have reached your unauthenticated pull rate limit'1 parent 179f498 commit 45c28fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments