yebinama / paclair

Paclair is a Python3 Cli tool to interact with Coreos's Clair (https://github.com/coreos/clair).
Apache License 2.0
27 stars 13 forks source link

Support registries running on non-standard ports #15

Closed cpeel closed 5 years ago

cpeel commented 5 years ago

To correctly parse out the domain for a registry running on a non-standard port (which is a common private GitLab configuration), we need to account for a possible port number.

yebinama commented 5 years ago

Hello,

Thanks for the PR, this feature will be very useful.