diff --git a/auth/auth.go b/auth/auth.go index ae0e71b111ebf115be680a7e4430d3fbaebfb4f0..498b7d8413e45205e2a8b7f3845e86f44e7071dc 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -15,7 +15,7 @@ import ( const CONFIGFILE = "/var/lib/docker/.dockercfg" // the registry server we want to login against -const REGISTRY_SERVER = "http://registry.docker.io" +const REGISTRY_SERVER = "https://registry.docker.io" type AuthConfig struct { Username string `json:"username"`