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 9911148 commit 61bbc62Copy full SHA for 61bbc62
binderhub/registry.py
@@ -46,7 +46,7 @@ def _default_url(self):
46
# which assumes https
47
auth_config_url = "https://" + auth_config_url
48
49
- if auth_config_url.rstrip("/") == DEFAULT_DOCKER_AUTH_URL:
+ if auth_config_url == DEFAULT_DOCKER_AUTH_URL:
50
# default docker config key is the v1 registry,
51
# but we will talk to the v2 api
52
return DEFAULT_DOCKER_REGISTRY_URL
0 commit comments