mirror of
https://github.com/moby/moby.git
synced 2026-07-04 05:39:06 +00:00
The `DiskUsage.BuilderSize` field was added as part of the, then experimental, BuildKit builder in [moby@5c3d2d5] (API v1.31). It was deprecated in API v1.32 (through [moby@b225258]) but that change still returned the field. Commit [moby@31348af] removed it in API v1.42. This field was never documented, and part of an experimental feature, so we can remove it altogether. [moby@5c3d2d5]:5c3d2d552b[moby@b225258]:b225258496[moby@31348af]:31348afa19Signed-off-by: Sebastiaan van Stijn <github@gone.nl>