Update graph to use vendored distribution client for the v2 codepath
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
950cf586c8
commit
7fed379d95
11 changed files with 320 additions and 634 deletions
|
@ -165,7 +165,7 @@ func makeHttpsIndex(req string) *IndexInfo {
|
|||
|
||||
func makePublicIndex() *IndexInfo {
|
||||
index := &IndexInfo{
|
||||
Name: IndexServerAddress(),
|
||||
Name: INDEXSERVER,
|
||||
Secure: true,
|
||||
Official: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue