Description
Until recently, docker compose images --format json resulted in a list of JSON objects, with one image per JSON object. Now docker compose images --format json results in a map that maps image names to the image JSON object.
I think this got introduced in 2.37.0, since this wasn't the case in 2.36.2.
Since this isn't mentioned in the changelog (neither as a breaking change or as anything else), I guess this is a bug.
Steps To Reproduce
Run docker compose images --format json.
Compose Version
Docker Environment
Anything else?
No response
Description
Until recently,
docker compose images --format jsonresulted in a list of JSON objects, with one image per JSON object. Nowdocker compose images --format jsonresults in a map that maps image names to the image JSON object.I think this got introduced in 2.37.0, since this wasn't the case in 2.36.2.
Since this isn't mentioned in the changelog (neither as a breaking change or as anything else), I guess this is a bug.
Steps To Reproduce
Run
docker compose images --format json.Compose Version
Docker Environment
Anything else?
No response