mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
update c/{buildah,common,image,storage} to latest main
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/libimage/runtime.go
generated
vendored
2
vendor/github.com/containers/common/libimage/runtime.go
generated
vendored
@@ -250,7 +250,7 @@ func (r *Runtime) LookupImage(name string, options *LookupImageOptions) (*Image,
|
||||
// off and entirely ignored. The digest is the sole source of truth.
|
||||
normalizedName, possiblyUnqualifiedNamedReference, err := normalizeTaggedDigestedString(name)
|
||||
if err != nil {
|
||||
return nil, "", err
|
||||
return nil, "", fmt.Errorf(`parsing reference %q: %w`, name, err)
|
||||
}
|
||||
name = normalizedName
|
||||
|
||||
|
||||
Reference in New Issue
Block a user