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

Login in dockerhub when possible to avoid pull limits #150

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented Jan 16, 2021

With current pull limits @ dockerhub, it's possible to get failed
jobs just running 2-3 builds (each one having a good number of jobs).

With this patch, if both DOCKER_USER and DOCKER_TOKEN are defined
as environmental variables, they will be used to perform a login
to dockerhub, getting rid of pull limits.

With current pull limits @ dockerhub, it's possible to get failed
jobs just running 2-3 builds (each one having a good number of jobs).

With this patch, if both DOCKER_USER and DOCKER_TOKEN are defined
as environmental variables, they will be used to perform a login
to dockerhub, getting rid of pull limits.
@stronk7
Copy link
Member Author

stronk7 commented Jan 16, 2021

Please, do not merge this yet, it's WIP stuff (I just needed to make the PR to verify the dockerhub credentials are working as expected).

@stronk7 stronk7 force-pushed the authenticated_docker branch 2 times, most recently from 2f3bcfc to c64cf3a Compare January 16, 2021 22:55
@stronk7
Copy link
Member Author

stronk7 commented Jan 16, 2021

It's passing ok:

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

Successfully merging this pull request may close these issues.

1 participant