summaryrefslogtreecommitdiff
path: root/docker/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/auth.py')
-rw-r--r--docker/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auth.py b/docker/auth.py
index 462390b..c1b874f 100644
--- a/docker/auth.py
+++ b/docker/auth.py
@@ -284,7 +284,7 @@ class AuthConfig(dict):
def get_credential_store(self, registry):
if not registry or registry == INDEX_NAME:
- registry = 'https://index.docker.io/v1/'
+ registry = INDEX_URL
return self.cred_helpers.get(registry) or self.creds_store