E

Advice on Docker Hub Usage

Summary

The user is looking for advice on managing Docker Hub usage and its limitations, especially regarding their CI process with GitHub Actions, as they often exceed the limits. They mention that logging into Docker Hub can be a quick fix, as the limits are higher for authenticated users, even with a free account.

Status
resolved
Tags
    Source
    #earthly
      k

      kieran.mann

      10/17/2024

      we've mitigated this pretty effectively by using the AWS and google public mirrors. Add the following to your config:

      global:
          buildkit_additional_config: |
              [registry."<http://docker.io|docker.io>"]
                mirrors = ["public.ecr.aws", "<http://mirror.gcr.io|mirror.gcr.io>"]```
      
      b

      brandon

      10/15/2024

      A quick fix could be to login to docker hub, if you haven’t tried that already. The limit is much higher once authenticated, even with a free account

      m

      maxence

      10/14/2024

      How do you manage the use of Docker Hub (and the limits it imposes?) Typically, in my CI with Github Action, I often find myself exploding the limits