Update Windows TP3 registry endpoints

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie
2015-08-07 14:01:34 -07:00
parent 134e4e9dc1
commit 777fd4c7aa
3 changed files with 14 additions and 8 deletions

View File

@@ -3,6 +3,9 @@
package registry
const (
// DefaultV1Registry is the URI of the default v1 registry
DefaultV1Registry = "https://index.docker.io"
// DefaultV2Registry is the URI of the default v2 registry
DefaultV2Registry = "https://registry-1.docker.io"