mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Removed DOCKER_INDEX_URL
This commit is contained in:
@@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
|
||||
}
|
||||
|
||||
func IndexServerAddress() string {
|
||||
if os.Getenv("DOCKER_INDEX_URL") != "" {
|
||||
return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
|
||||
}
|
||||
return INDEXSERVER
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user