docker / cli

The Docker CLI
Apache License 2.0
4.87k stars 1.91k forks source link

[27.0 backport] re-introduced support for port numbers in docker registry URL #5197

Closed thaJeztah closed 3 months ago

thaJeztah commented 3 months ago

- What I did

- How to verify it

- Description for the changelog

Fix a regression that caused port numbers to be ignored when parsing a Docker registry URL.

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

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.43%. Comparing base (fce24d5) to head (217971d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 27.0 #5197 +/- ## ======================================= Coverage 61.42% 61.43% ======================================= Files 298 298 Lines 20797 20799 +2 ======================================= + Hits 12775 12777 +2 Misses 7109 7109 Partials 913 913 ```