podman/pkg/api/handlers/utils
Paul Holzinger f2606c4230
fix deprecated docker v28 types
A lot of types are moved and now deprecated which causes lint issues.

IDResponse is copied into podman because that has no new 1 to 1
replacement. For some fields that we set as part of the docker API I
added the nolint directive as these fields might be used by API
consumers.

For the other types it is mostly a 1 to 1 move.

ParseUintList is deprecated but we can use the same function from
github.com/containers/storage/pkg/parsers instead.

Note that it containers breaking changes to pkg/bindings which we should
not do generally but given the prevoius commit already has a unavoidable
breaking change we might as well fix the IDResponse issue once now.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-11 16:24:34 +01:00
..
apiutil set !remote build tags where needed 2024-08-19 11:41:28 +02:00
containers.go rework event code to improve API errors 2024-11-01 18:54:13 +01:00
errors.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
handler.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
handler_test.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
images.go fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00