Merge pull request #656 from jpoler/master
Increase timeout of http.Client for Docker Registry V2 client.
This commit is contained in:
commit
7aeb08d760
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ func NewRepository(ctx context.Context, name, baseURL string, transport http.Rou
|
||||||
|
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
Transport: transport,
|
Transport: transport,
|
||||||
Timeout: 1 * time.Minute,
|
|
||||||
// TODO(dmcgowan): create cookie jar
|
// TODO(dmcgowan): create cookie jar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue