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

cli/command: remove uses of GetAuthConfigKey, ParseRepositoryInfo #5942

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

thaJeztah
Copy link
Member

Re-implement locally, based on the code in github.com/docker/docker/registry, but leaving out bits that are not used on the client-side, such as configuration of Mirrors, and configurable insecure-registry, which are not used on the client side.

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Re-implement locally, based on the code in github.com/docker/docker/registry,
but leaving out bits that are not used on the client-side, such as
configuration of Mirrors, and configurable insecure-registry, which
are not used on the client side.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2025

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 59.39%. Comparing base (0442a73) to head (79141ce).
Report is 10 commits behind head on master.

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5942      +/-   ##
==========================================
- Coverage   59.43%   59.39%   -0.04%     
==========================================
  Files         358      358              
  Lines       29769    29775       +6     
==========================================
- Hits        17694    17686       -8     
- Misses      11107    11122      +15     
+ Partials      968      967       -1     
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thaJeztah thaJeztah requested review from vvoland and Benehiko March 19, 2025 17:31
@thaJeztah thaJeztah added this to the 28.0.3 milestone Mar 19, 2025
@thaJeztah
Copy link
Member Author

Thanks!

@thaJeztah thaJeztah merged commit e002576 into docker:master Mar 20, 2025
99 checks passed
@thaJeztah thaJeztah deleted the simplify_auth_step1 branch March 20, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants