mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 11:44:05 +00:00
Vendor after merging in mtrmac/image:api-changes
... and update for the API changes.
This commit is contained in:
1
vendor/github.com/containers/image/docker/docker_image.go
generated
vendored
1
vendor/github.com/containers/image/docker/docker_image.go
generated
vendored
@@ -18,6 +18,7 @@ type Image struct {
|
||||
|
||||
// newImage returns a new Image interface type after setting up
|
||||
// a client to the registry hosting the given image.
|
||||
// The caller must call .Close() on the returned Image.
|
||||
func newImage(ctx *types.SystemContext, ref dockerReference) (types.Image, error) {
|
||||
s, err := newImageSource(ctx, ref, nil)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user