mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Docker Compose starting with 2.23.0 returns truncated ids in the docker compose ps call. We now do a prefix search if an exact match isn't found in the docker inspect response. Closes gh-37982