Skip to content

ci: add dockerhub auth #830

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

Closed
wants to merge 3 commits into from
Closed

ci: add dockerhub auth #830

wants to merge 3 commits into from

Conversation

drptbl
Copy link
Contributor

@drptbl drptbl commented Nov 2, 2020

Added docker authentication while pulling images.

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

Signed-off-by: Jakub Mucha jakub.mucha@icloud.com

Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
@@ -79,6 +79,9 @@ jobs:
job-compile:
docker:
- image: circleci/node:12.18
auth:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one way to make this easier is to use yaml anchors. @ajsantander do you know if your concatenation script can easily support anchors or something similar to make this less painful?

@codecov
Copy link

codecov bot commented Nov 4, 2020

Codecov Report

Merging #830 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #830   +/-   ##
========================================
  Coverage    98.17%   98.17%           
========================================
  Files           58       58           
  Lines         3901     3901           
  Branches       510      510           
========================================
  Hits          3830     3830           
  Misses          71       71           

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 951d65d...896c7d4. Read the comment docs.

@eternauta1337
Copy link
Contributor

Closing this in favor of #924

Thx @drptbl
We we're in the process of implementing a templating system to ci. 924 simply re-applies this PR in those terms.

@drptbl drptbl deleted the ci-docker-auth branch March 1, 2021 00:53
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.

3 participants