-
-
Notifications
You must be signed in to change notification settings - Fork 111
Add support for Docker context endpoints #854
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
base: main
Are you sure you want to change the base?
Add support for Docker context endpoints #854
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #854 +/- ##
==========================================
- Coverage 81.54% 81.28% -0.27%
==========================================
Files 24 24
Lines 1447 1464 +17
Branches 194 198 +4
==========================================
+ Hits 1180 1190 +10
- Misses 189 194 +5
- Partials 78 80 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
achimnol
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add some test cases by providing mocked docker client configurations?
|
Since there is no response from the original author, I'll redo the work as a preparation for #982. |
What do these changes do?
Add support for Docker context endpoints.
DOCKER_CONTEXTwill be prioritized if it is set.Are there changes in behavior for the user?
No impacts to existing users.
Related issue number
resolves #811
Checklist
CONTRIBUTORS.txtchangesfolder<issue_id>.<type>for example (588.bug)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.