podman/pkg/bindings/manifests
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
..
manifests.go fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
types.go manifest annotate: connect IndexAnnotations 2024-12-06 15:43:00 -05:00
types_add_options.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
types_addartifact_options.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
types_create_options.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
types_exists_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_inspect_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_modify_options.go manifest annotate: connect IndexAnnotations 2024-12-06 15:43:00 -05:00
types_remove_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00