Add support for Compose schema version 3.8 to bring in line with Docker CLI.
Also see https://github.com/docker/cli/pull/1746 (another new field in 3.8)
I'm hoping this one will make it in: https://github.com/docker/cli/pull/1783, so in case it looks like it will, I'll be happy to contribute its counterpart in docker-compose.
@sirlatrom that'd be great, thanks!
@sirlatrom that'd be great, thanks!
As soon as I get an LGTM from @thaJeztah on docker/cli#1783, I'll push a PR for Compose 3.8. AFAICT it's just a bit of admin-like work by copying over the spec JSON file and adding references to it in a few places.
Any news on this issue? Is somebody working on it?
I believe #6823 resolves this issue.
Don't forget to document changed introduced by 3.8 on https://docs.docker.com/compose/compose-file/compose-versioning/
Most helpful comment
Don't forget to document changed introduced by 3.8 on https://docs.docker.com/compose/compose-file/compose-versioning/