We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to use the following registries.yml:
registries: yorktownRegistry: url: https://registry.yorktown.io port: 5000 refresh-rate: 5m skip-tls-validation: true
I get the following error: level=error msg="Failed to retrieve an updated list of repositories for https://registry.yorktown.io:5000" Error="Get https://registry.yorktown.io:5000https//registry.yorktown.io:5000/v2/_catalog?last=securityproxy&n=100: invalid URL port "5000https"" file=registry.go line=82 source=app
It seems like the URL generated is not correct. https://registry.yorktown.io:5000/v2_catalog?last=securityproxy&n=100 works as expected. But the generated URL concatenated the URL twice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to use the following registries.yml:
registries:
yorktownRegistry:
url: https://registry.yorktown.io
port: 5000
refresh-rate: 5m
skip-tls-validation: true
I get the following error:
level=error msg="Failed to retrieve an updated list of repositories for https://registry.yorktown.io:5000" Error="Get https://registry.yorktown.io:5000https//registry.yorktown.io:5000/v2/_catalog?last=securityproxy&n=100: invalid URL port "5000https"" file=registry.go line=82 source=app
It seems like the URL generated is not correct. https://registry.yorktown.io:5000/v2_catalog?last=securityproxy&n=100 works as expected. But the generated URL concatenated the URL twice.
The text was updated successfully, but these errors were encountered: