Skip to content

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

@opp-svega

Description

@opp-svega

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions