Files
Valentin Rothberg b028f6aa75 add new libpod/images/$name/resolve endpoint
Podman Desktop [1] is looking into improving the user experience which
requires to know the source of an image.  Consider the user triggers an
image pull and Podman Desktop wants to figure out whether the image name
refers to a Red Hat registry, for instance, to prompt installing the RH
auth extension.

Since the input values of images may be a short name [2], Podman Desktop
has no means to figure out the (potential) source of the image.  Hence,
add a new `/resolve` endpoint to allow external callers to figure out
the (potential) fully-qualified image name of a given value.

With the new endpoint, Podman Desktop can ask Podman directly to resolve
the image name and then make an informed decision whether to prompt the
user to perform certain tasks or not.  This for sure can also be used
for any other registry (e.g., Quay, Docker Hub).

[1] https://github.com/containers/podman-desktop/issues/5771
[2] https://www.redhat.com/sysadmin/container-image-short-names

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2024-01-31 16:20:16 +01:00
..
2022-10-17 09:19:41 +02:00
2022-01-18 12:47:07 +01:00
2022-09-20 15:34:27 -04:00
2022-10-17 09:19:41 +02:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2023-08-24 16:23:01 +02:00