mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit improves the error messages returned by the Spring Boot build plugins when a 5xx status code is returned from the Docker API while attempting to build an image. If the error response has contents containing a JSON structure with a "message" key, the value associated with that key will be included in the exception message and in the build plugin output error. Fixes gh-21515