Vendor in latest containers/image
Add support for kpod login/logout Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
d664a58a6d
commit
5d48e1aca5
13 changed files with 192 additions and 51 deletions
1
vendor/github.com/containers/image/docker/docker_image_src.go
generated
vendored
1
vendor/github.com/containers/image/docker/docker_image_src.go
generated
vendored
|
@ -140,6 +140,7 @@ func (s *dockerImageSource) getExternalBlob(urls []string) (io.ReadCloser, int64
|
|||
logrus.Debug(err)
|
||||
continue
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
if resp.Body != nil && err == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue