mirror of
https://github.com/moby/moby.git
synced 2026-07-03 21:28:46 +00:00
The `VirtualSize` field became redundant with the introduction of content- addressable images in docker v1.10 (4352da7803), after which the field was identical to the `Size` field. The field was marked to be deprecated, which happened in1261fe69a3(API v1.43) and removed in API v1.44 (913b0f51ca). Now that we stop supporting API versions older than v1.44, we can drop this field; it's a minor breakage of old API versions, but the same information is available in the "Size" field. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>