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

builds failing due to "429 too many requests" errors #1232

Open
D3N14L opened this issue May 5, 2020 · 3 comments
Open

builds failing due to "429 too many requests" errors #1232

D3N14L opened this issue May 5, 2020 · 3 comments
Labels
area/internal bugs related to kaniko development workflow priority/p3 agreed that this would be good to have, but no one is available at the moment.

Comments

@D3N14L
Copy link
Contributor

D3N14L commented May 5, 2020

Actual behavior
Travis CI builds are failing due to "429 Too many requests" errors when downloading the /docker-credential-gcr_linux_amd64-1.5.0.tar.gz:

Step 4/28 : ADD https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v1.5.0/docker-credential-gcr_linux_amd64-1.5.0.tar.gz /usr/local/bin/

ADD failed: failed to GET https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v1.5.0/docker-credential-gcr_linux_amd64-1.5.0.tar.gz with status 429 too many requests:

Expected behavior
Builds should not fail due to rate limits ...

To Reproduce
Steps to reproduce the behavior:
Depending on the current number of requests the error may or may not occur, when triggering a build.

Additional Information
https://travis-ci.org/github/GoogleContainerTools/kaniko/jobs/683347600
https://travis-ci.org/github/GoogleContainerTools/kaniko/jobs/683320321

Triage Notes for the Maintainers

Description Yes/No
Please check if this a new feature you are proposing
Please check if the build works in docker but not in kaniko
Please check if this error is seen when you use --cache flag
Please check if your dockerfile is a multistage dockerfile
@D3N14L D3N14L changed the title builds failing due too 429 too many requests builds failing due to "429 too many requests" errors May 5, 2020
@tejal29
Copy link
Contributor

tejal29 commented May 6, 2020

Fixed by #1230

@tejal29 tejal29 closed this as completed May 6, 2020
@tejal29 tejal29 reopened this May 6, 2020
@tejal29
Copy link
Contributor

tejal29 commented May 6, 2020

oops i thought this was the bug corresponding to the PR you put out there.

@tejal29
Copy link
Contributor

tejal29 commented May 7, 2020

hmm looks like we hit the Github API request limit.

@tejal29 tejal29 added area/internal bugs related to kaniko development workflow priority/p3 agreed that this would be good to have, but no one is available at the moment. labels May 7, 2020
samuelpath referenced this issue in MTES-MCT/aides-territoires Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/internal bugs related to kaniko development workflow priority/p3 agreed that this would be good to have, but no one is available at the moment.
Projects
None yet
Development

No branches or pull requests

2 participants