You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we ignore ErrMultipleImages being returned from findImageInRepoTags.
Fixes: containers#8868
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
From #8176 (comment) , not fixed in #8609:
findImageInRepoTags
fails witherrors.Wrapf(define.ErrMultipleImages, searchName)
podman/libpod/image/image.go
Lines 496 to 500 in f01630a
ErrNoSuchImage
…podman/pkg/domain/infra/abi/images.go
Lines 43 to 44 in f01630a
Exists
to returnfalse
.Originally posted by @mtrmac in #8176 (comment)
The text was updated successfully, but these errors were encountered: