podman/vendor/github.com/docker/docker
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
..
api vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
client vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
errdefs vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
internal vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
pkg fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
AUTHORS vendor: update docker v28 and c/{common,image} 2025-03-11 16:24:14 +01:00
LICENSE Vendor docker/docker, fsouza and more #2 2019-03-13 11:40:39 -04:00
NOTICE bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00