mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removed DOCKER_INDEX_URL
This commit is contained in:
parent
019324015b
commit
33d97e81eb
1 changed files with 0 additions and 3 deletions
|
@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
func IndexServerAddress() string {
|
func IndexServerAddress() string {
|
||||||
if os.Getenv("DOCKER_INDEX_URL") != "" {
|
|
||||||
return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
|
|
||||||
}
|
|
||||||
return INDEXSERVER
|
return INDEXSERVER
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue