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

Pass dockerhub auth through circleci YAML correctly. #349

Merged
merged 1 commit into from May 24, 2021
Merged

Pass dockerhub auth through circleci YAML correctly. #349

merged 1 commit into from May 24, 2021

Conversation

tomprince
Copy link
Contributor

This enables using stored credentials to avoid dockerhub rate limits[1].
Previously, the contents of the auth key was being passed as keys to docker.

[1] https://support.circleci.com/hc/en-us/articles/360050623311-Docker-Hub-rate-limiting-FAQ

This enables using stored credentials to avoid dockerhub rate limits[1].
Previously, the contents of the `auth` key was being passed as keys to docker.

[1] https://support.circleci.com/hc/en-us/articles/360050623311-Docker-Hub-rate-limiting-FAQ
@tomprince tomprince requested a review from meejah May 21, 2021 20:43
@tomprince
Copy link
Contributor Author

Unfortunately, we can't really verify this is working until we land it, since the auth is not passed to PRs.

@codecov
Copy link

codecov bot commented May 21, 2021

Codecov Report

Merging #349 (99cb929) into main (563156d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #349   +/-   ##
=======================================
  Coverage   88.69%   88.69%           
=======================================
  Files          31       31           
  Lines        2326     2326           
  Branches      276      276           
=======================================
  Hits         2063     2063           
  Misses        181      181           
  Partials       82       82           
Flag Coverage Δ
integration 49.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 563156d...99cb929. Read the comment docs.

@tomprince tomprince merged commit d729f10 into tahoe-lafs:main May 24, 2021
@tomprince tomprince deleted the dockerhub-auth branch May 24, 2021 16:10
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.

None yet

2 participants