Skip to content

Commit

Permalink
Update DOCKER_REGISTRY_URL to the recommended one
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Jul 9, 2021
1 parent 90e9926 commit b3f9a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from traitlets.config import LoggingConfigurable
from traitlets import Dict, Unicode, default

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


Expand Down

0 comments on commit b3f9a00

Please sign in to comment.