mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00

Since compat version 1.43 the VirtualSize field in the GET /images/{name}/json, GET /images/json, and GET /system/df responses is deprecated and will no longer be included in API v1.44. Use the Size field instead, which contains the same information. Signed-off-by: Nicola Sella <nsella@redhat.com>