Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes compose run by waiting until the conditions are satisfied
1 change: 1 addition & 0 deletions podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -3388,6 +3388,7 @@ async def compose_run(compose: PodmanCompose, args: argparse.Namespace) -> None:
)
)
await compose.commands["up"](compose, up_args)
await check_dep_conditions(compose, deps_from_container(up_args, cnt))

build_args = argparse.Namespace(
services=[args.service], if_not_exists=(not args.build), build_arg=[], **args.__dict__
Expand Down