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 90e9926 commit b3f9a00Copy full SHA for b3f9a00
binderhub/registry.py
@@ -11,7 +11,7 @@
11
from traitlets.config import LoggingConfigurable
12
from traitlets import Dict, Unicode, default
13
14
-DEFAULT_DOCKER_REGISTRY_URL = "https://registry.hub.docker.com"
+DEFAULT_DOCKER_REGISTRY_URL = "https://registry-1.docker.io"
15
DEFAULT_DOCKER_AUTH_URL = "https://index.docker.io/v1"
16
17
0 commit comments