Skip to content

Commit 33d97e8

Browse files
committed
Removed DOCKER_INDEX_URL
1 parent 0193240 commit 33d97e8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

auth/auth.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
4141
}
4242

4343
func IndexServerAddress() string {
44-
if os.Getenv("DOCKER_INDEX_URL") != "" {
45-
return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
46-
}
4744
return INDEXSERVER
4845
}
4946

0 commit comments

Comments
 (0)