mirror of
https://github.com/containers/podman.git
synced 2025-12-09 23:27:09 +08:00
vendor: update to latest c/common
Fixes a flake in the system tests during image listing. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/libimage/manifests/manifests.go
generated
vendored
2
vendor/github.com/containers/common/libimage/manifests/manifests.go
generated
vendored
@@ -149,7 +149,7 @@ func LoadFromImage(store storage.Store, image string) (string, List, error) {
|
||||
}
|
||||
manifestList, err := manifests.FromBlob(manifestBytes)
|
||||
if err != nil {
|
||||
return "", nil, err
|
||||
return "", nil, fmt.Errorf("decoding manifest blob for image %q: %w", image, err)
|
||||
}
|
||||
list := &list{
|
||||
List: manifestList,
|
||||
|
||||
Reference in New Issue
Block a user