mirror of
https://github.com/containers/podman.git
synced 2025-09-27 16:54:42 +08:00
Bump Buildah to v1.8.1, ImageBuilder to v1.1.0
As the title suggests. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/util/util.go
generated
vendored
2
vendor/github.com/containers/buildah/util/util.go
generated
vendored
@ -197,7 +197,7 @@ func FindImage(store storage.Store, firstRegistry string, systemContext *types.S
|
||||
break
|
||||
}
|
||||
if ref == nil || img == nil {
|
||||
return nil, nil, errors.Wrapf(err, "error locating image with name %q", image)
|
||||
return nil, nil, errors.Wrapf(err, "error locating image with name %q (%v)", image, names)
|
||||
}
|
||||
return ref, img, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user