consts_unix.go 154 B

123456
  1. // +build !windows
  2. package registry
  3. // DefaultV2Registry is the URI of the default v2 registry
  4. const DefaultV2Registry = "https://registry-1.docker.io"