You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Eusebius1920
changed the title
Field VirtualSize in ImageInfo and ImageDetails was removed from docker api v.144
Field VirtualSize in ImageInfo and ImageDetails was removed from docker api v1.44 and newer
Mar 2, 2024
See: moby/moby#45469
This affects machines running docker 25.0 and newer.
The structs
ImageInfo
andImageDetails
should add#[serde(alias = "Size")]
to its fieldsvirtual_size
or rename it.The text was updated successfully, but these errors were encountered: