We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a2d90 + 1fb887c commit c0703e3Copy full SHA for c0703e3
docker/auth/auth.py
@@ -83,7 +83,7 @@ def resolve_authconfig(authconfig, registry=None):
83
#
84
# as there is only one auth entry which is fully qualified we need to start
85
# parsing and matching
86
- if '/' not in registry:
+ if '/v1/' not in registry:
87
registry = registry + '/v1/'
88
if not registry.startswith('http:') and not registry.startswith('https:'):
89
registry = 'https://' + registry
0 commit comments