mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Earlier versions of docker do not include the image name in the inspect output. We now fallback to using the `compose ps` response. Closes gh-34993