Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Public ECR Gallery, instead of dockerhub to avoid rate limit #268

Open
opp-svega opened this issue Jun 2, 2023 · 0 comments
Open

Use Public ECR Gallery, instead of dockerhub to avoid rate limit #268

opp-svega opened this issue Jun 2, 2023 · 0 comments

Comments

@opp-svega
Copy link

opp-svega commented Jun 2, 2023

We recently started to use self hosted runners and are running into issues with Docker's rate limit. After reviewing the repo, would it be possible to use another docker repository that is a little more forgiving?

The Dockerfile references the following images:
composer:2.5.7 and php:8.1.9-alpine

We can get similar images from AWS ECR's Public Gallery, which has a rate limit for unauthenticated pulls at 1 per second, instead of Dockerhub's 100 per 6 hours.

public.ecr.aws/docker/library/composer:2.5.7
public.ecr.aws/docker/library/php:8.1.9-alpine

Let me know what you think, if approved, i can make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant