1b90a53be2
The `VirtualSize` field was deprecated in [moby@1261fe6], and omitted / removed in API v1.44 in [moby@913b0f5], and the corresponding formatting placeholder was deprecated in [cli@f02301a]. This patch removes the formatting function, which also removes it from the `docker image ls --format=json` output. [moby@1261fe6]: https://github.com/moby/moby/commit/1261fe69a3586bb102182aa885197822419c768c [moby@913b0f5]: https://github.com/moby/moby/commit/913b0f51cab18a56247a950f5f1e75ca79b63039 [cli@f02301a]: https://github.com/docker/cli/commit/f02301ab5d38f98362d3f4c6975580c27fa750aa Signed-off-by: Sebastiaan van Stijn <github@gone.nl>