Files
moby/daemon
Sebastiaan van Stijn eafca64a6b daemon/server: implement image-inspect with "compat" package
Trying to remove uses of deprecated fields that are only set for backward-
compatibility with older API versions. This is not a full replacement yet,
as there's still other fields ("Container", "ContainerConfig") that are
harder to replace without an (internal / backend) type to define them,
but this patch removes the dependency of the daemon on the `VirtualSize`
field on image inspect.

The "image ls" endpoint needs a similar patch, because "image.Summary" also
has a `VirtualSize` field that's removed in API v1.44 and up.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-09-30 14:33:38 +02:00
..
2025-07-31 10:13:29 -07:00
2025-08-01 00:49:22 +02:00
2025-08-01 00:49:22 +02:00
2025-07-31 10:13:29 -07:00
2025-05-30 15:59:13 +02:00
2025-05-30 15:59:13 +02:00
2025-07-31 10:13:29 -07:00
2025-07-31 10:13:29 -07:00
2025-08-01 01:48:55 +02:00