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

Rate limits #49

Open
leojonathanoh opened this issue Sep 25, 2023 · 0 comments
Open

Rate limits #49

leojonathanoh opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@leojonathanoh
Copy link
Member

leojonathanoh commented Sep 25, 2023

https://github.com/theohbrothers/docker-terraform/actions/runs/6301977929/job/17108198964

ERROR: failed to solve: failed to push ***/docker-terraform:master-v0.10.8: failed to authorize: failed to fetch oauth token: Post "https://auth.docker.io/token": EOF
Error: buildx failed with: ERROR: failed to solve: failed to push ***/docker-terraform:master-v0.10.8: failed to authorize: failed to fetch oauth token: Post "https://auth.docker.io/token": EOF

https://github.com/theohbrothers/docker-terraform/actions/runs/7040397189/job/19161248794#step:11:261

ERROR: failed to solve: failed to push ***/docker-terraform:20231130.0.0-a3c43c2-0.8.8: unexpected status from HEAD request to https://registry-1.docker.io/v2/***/docker-terraform/blobs/sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006: 429 Too Many Requests
Error: buildx failed with: ERROR: failed to solve: failed to push ***/docker-terraform:20231130.0.0-a3c43c2-0.8.8: unexpected status from HEAD request to https://registry-1.docker.io/v2/***/docker-terraform/blobs/sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006: 429 Too Many Requests

Github rate limit https://github.com/theohbrothers/docker-terraform/actions/runs/8273642566/job/22637755814#step:15:541:

12.40 wget: server returned error: HTTP/1.1 502 Bad Gateway
------
Dockerfile:48
--------------------
  47 |     
  48 | >>> RUN set -eux; \
  49 | >>>     wget -qO- https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux > /usr/local/bin/sops; \
  50 | >>>     chmod +x /usr/local/bin/sops; \
  51 | >>>     sha256sum /usr/local/bin/sops | grep '^185348fd77fc160d5bdf3cd20ecbc796163504fd3df196d7cb29000773657b74 '; \
  52 | >>>     sops --version
  53 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c set -eux;     wget -qO- https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux > /usr/local/bin/sops;     chmod +x /usr/local/bin/sops;     sha256sum /usr/local/bin/sops | grep '^185348fd77fc160d5bdf3cd20ecbc796163504fd3df196d7cb29000773657b74 ';     sops --version" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux;     wget -qO- https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.linux > /usr/local/bin/sops;     chmod +x /usr/local/bin/sops;     sha256sum /usr/local/bin/sops | grep '^185348fd77fc160d5bdf3cd20ecbc796163504fd3df196d7cb29000773657b74 ';     sops --version" did not complete successfully: exit code: 1
@leojonathanoh leojonathanoh self-assigned this Sep 25, 2023
@leojonathanoh leojonathanoh added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant