You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an included file contains relative paths (at least) for build contexts or volume definitions, docker compose config --no-path-resolution outputs the full paths. It doesn't look like a regression, maybe a missing feature, but nevertheless, please see below.
Steps To Reproduce
Create the compose.yaml
include:
- path: included.yamlservices:
extended:
extends:
file: included.yamlservice: included
This fix has been included in Compose 2.24.7+. If you continue to have problems after upgrading, comment here and we can re-open the issue or create a new one as appropriate. Thanks for the report!
Description
When an included file contains relative paths (at least) for build contexts or volume definitions,
docker compose config --no-path-resolution
outputs the full paths. It doesn't look like a regression, maybe a missing feature, but nevertheless, please see below.Steps To Reproduce
compose.yaml
included.yaml
config
commandThe example is set up so that what's actually the same service gets presented in different ways.
Compose Version
Docker Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: