See: https://github.com/moby/moby/pull/45469 This affects machines running docker 25.0 and newer. The structs `ImageInfo` and `ImageDetails` should add `#[serde(alias = "Size")]` to its fields `virtual_size` or rename it.
See: moby/moby#45469
This affects machines running docker 25.0 and newer.
The structs
ImageInfoandImageDetailsshould add#[serde(alias = "Size")]to its fieldsvirtual_sizeor rename it.