spiegel_podman/pkg/api/handlers
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
..
compat Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
libpod Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
swagger Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils fix compat image resolution 2022-05-23 15:08:15 +02:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00