mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +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/pull.go
generated
vendored
2
vendor/github.com/containers/common/libimage/pull.go
generated
vendored
@ -115,7 +115,7 @@ func (r *Runtime) Pull(ctx context.Context, name string, pullPolicy config.PullP
|
||||
// off and entirely ignored. The digest is the sole source of truth.
|
||||
normalizedName, _, normalizeError := normalizeTaggedDigestedString(name)
|
||||
if normalizeError != nil {
|
||||
return nil, normalizeError
|
||||
return nil, fmt.Errorf(`parsing reference %q: %w`, name, normalizeError)
|
||||
}
|
||||
name = normalizedName
|
||||
|
||||
|
||||
Reference in New Issue
Block a user