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.
1 parent ba3b01a commit f1c563cCopy full SHA for f1c563c
binderhub/registry.py
@@ -128,7 +128,7 @@ def _default_token_url(self):
128
url = urlparse(self.url)
129
if ("." + url.hostname).endswith(".gcr.io"):
130
return "https://{0}/v2/token?service={0}".format(url.hostname)
131
- elif self.url.endswith(".docker.com"):
+ elif self.url.endswith(".docker.io"):
132
return "https://auth.docker.io/token?service=registry.docker.io"
133
else:
134
# is gcr.io's token url common? If so, it might be worth defaulting
0 commit comments