948482b778
- moby: https://github.com/docker/docker/compare/a60b458179aa...d2590dc3cd4f65e7bb3ebe600b5491a6c22f2790 - swarmkit: https://github.com/moby/swarmkit/compare/6068d1894d46...48dd89375d0a The .Parent field for buildcache entries was deprecated, and replaced with a .Parents (plural) field. This patch updates the code accordingly. Unlike the change in buildx https://github.com/docker/buildx/commit/9c3be32bc97a624cc7f07b6f32cc3fda1053de74 we continue to fall back to the old field (which will be set on older API versions). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>