-
Notifications
You must be signed in to change notification settings - Fork 506
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
Unable to merge 'list' depends_on dependency with 'dict' ones #723
Labels
bug
Something isn't working
Comments
hedayat
added a commit
to hedayat/podman-compose
that referenced
this issue
Jul 8, 2023
…ncies Signed-off-by: Hedayat Vatankhah <[email protected]>
hedayat
added a commit
to hedayat/podman-compose
that referenced
this issue
Jul 20, 2023
…ncies Signed-off-by: Hedayat Vatankhah <[email protected]>
maurerle
pushed a commit
to maurerle/podman-compose
that referenced
this issue
Aug 7, 2023
…ncies Signed-off-by: Hedayat Vatankhah <[email protected]>
Hi, |
maurerle
pushed a commit
to maurerle/podman-compose
that referenced
this issue
Jan 24, 2024
…ncies Signed-off-by: Hedayat Vatankhah <[email protected]>
Has this been fixed ? |
There is a PR already, but no answer from @muayyad-alsadi Well, actually probably we should wait for the new to-be maintainer: #825 |
hedayat
added a commit
to hedayat/podman-compose
that referenced
this issue
May 7, 2024
…ncies Signed-off-by: Hedayat Vatankhah <[email protected]>
muayyad-alsadi
added a commit
that referenced
this issue
May 8, 2024
Fixes #723: merge short & long syntax of depends_on dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've two compose files, which are designed to be used together. One of them is a 'base' compose file and another a 'test' one to be used for testing. The 'base' one uses
depends_on
in dict format, used with startupcondition
s, while the 'test' one uses a list of dependencies independs_on
for that service.Now, podman-compose complains about this:
To Reproduce
Steps to reproduce the behavior:
depends_on
sections:part of 'base' compose file:
and 'test' one:
podman-compose -f docker-compose.base.yml -f docker-compose.test.yml -p my_test up
Expected behavior
Run successfully
Actual behavior
Prints an error message and terminates
Output
Environment:
The text was updated successfully, but these errors were encountered: