-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] depends_on
stripped for extended services
#12402
Comments
depends_on
stripped for extended nodesdepends_on
stripped for extended services
This is indeed related to this PR and is intentional, as described in the documentation: |
@ndeloof i would argue that Note: this also breaks our project/doodba |
hum indeed, that definitely a bug here |
Description
When a service uses both
extends
anddepends_on
, thedepends_on
map is stripped in the rendered configuration.Steps To Reproduce
Run
docker compose config
with the following fileDocker 27.4.0 (compose 2.31.0):
Docker 27.4.1 (compose 2.32.1):
(note the missing
depends_on
)Compose Version
Docker Environment
Anything else?
This might be related to #12360 and compose-spec/compose-go#718
The text was updated successfully, but these errors were encountered: