We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0193240 commit 33d97e8Copy full SHA for 33d97e8
1 file changed
auth/auth.go
@@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
41
}
42
43
func IndexServerAddress() string {
44
- if os.Getenv("DOCKER_INDEX_URL") != "" {
45
- return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
46
- }
47
return INDEXSERVER
48
49
0 commit comments