Skip to content

Commit b3f9a00

Browse files
authored
Update DOCKER_REGISTRY_URL to the recommended one
docker/hub-feedback#2113 (comment)
1 parent 90e9926 commit b3f9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from traitlets.config import LoggingConfigurable
1212
from traitlets import Dict, Unicode, default
1313

14-
DEFAULT_DOCKER_REGISTRY_URL = "https://registry.hub.docker.com"
14+
DEFAULT_DOCKER_REGISTRY_URL = "https://registry-1.docker.io"
1515
DEFAULT_DOCKER_AUTH_URL = "https://index.docker.io/v1"
1616

1717

0 commit comments

Comments
 (0)