mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Update `DockerApi` and `Builder` to support export of images with a specified platform. This prevents 'NotFound: content digest sha256:' errors when building an amd64 image on an arm64 machine. Fixes gh-46665