podman/pkg/api/handlers/utils
Valentin Rothberg c984956f93 fix compat image resolution
Fix a bug in the resolution of images in the Docker compat API.
When looking up an image by a short name, the name may match
an image that does not live on Docker Hub.  The resolved name
should be used for normalization instead of the input name to
make sure that `busybox` can resolve to `registry.com/busybox`
if present in the local storage.

Fixes: #14291
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-05-23 15:08:15 +02:00
..
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
errors.go Fix handling of duplicate matches on id expansion 2022-01-24 13:19:16 -05:00
handler.go enable gocritic linter 2022-04-26 18:12:22 +02:00
handler_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images.go fix compat image resolution 2022-05-23 15:08:15 +02:00