podman/pkg/api/handlers/compat
Brent Baude 08a49389c8 Add os, arch, and ismanifest to libpod image list
when listing images through the restful service, consumers want to know
if the image they are listing is a manifest or not because the libpod
endpoint returns both images and manifest lists.

in addition, we now add `arch` and `os` as fields in the libpod endpoint
for image listing as well.

Fixes: #22184
Fixes: #22185

Signed-off-by: Brent Baude <bbaude@redhat.com>
2024-04-11 08:46:37 -05:00
..
auth.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
changes.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_archive.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_attach.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_create.go Add support for annotations 2024-03-22 19:38:22 +00:00
containers_export.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_logs.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_pause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_restart.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_start.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_stats_freebsd.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_stats_linux.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_stop.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_top.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers_unpause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
events.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
exec.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images.go Add os, arch, and ismanifest to libpod image list 2024-04-11 08:46:37 -05:00
images_build.go Merge pull request #22120 from garthy/dont_stage_tarfile 2024-03-22 13:34:11 +00:00
images_history.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_push.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_remove.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_save.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
images_search.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
images_tag.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
info.go Fix reference to deprecated types.Info 2024-03-27 08:17:10 -05:00
networks.go fix "concurrent map writes" in network ls compat endpoint 2024-04-10 18:41:20 +02:00
ping.go /_ping handler: return OSType http header 2023-08-28 22:28:16 +08:00
resize.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
secrets.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
system.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types.go stats compat API: return "id" lowercase 2023-03-22 14:36:35 +01:00
unsupported.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
version.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
volumes.go Bump Go module to v5 2024-02-08 09:35:39 -05:00