-
Notifications
You must be signed in to change notification settings - Fork 483
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
Add support for podman-compose up --wait option #710
Labels
enhancement
New feature or request
Comments
7 tasks
JP-Ellis
added a commit
to pact-foundation/pact-python
that referenced
this issue
Oct 7, 2024
This is incompatible with Podman Ref: containers/podman-compose#710 Signed-off-by: JP-Ellis <[email protected]>
JP-Ellis
added a commit
to pact-foundation/pact-python
that referenced
this issue
Oct 9, 2024
This is incompatible with Podman Ref: containers/podman-compose#710 Signed-off-by: JP-Ellis <[email protected]>
JP-Ellis
added a commit
to pact-foundation/pact-python
that referenced
this issue
Oct 9, 2024
This is incompatible with Podman Ref: containers/podman-compose#710 Signed-off-by: JP-Ellis <[email protected]>
JP-Ellis
added a commit
to pact-foundation/pact-python
that referenced
this issue
Oct 9, 2024
This is incompatible with Podman Ref: containers/podman-compose#710 Signed-off-by: JP-Ellis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
Add the
--wait
option forpodman-compose up
as indicated at: https://docs.docker.com/engine/reference/commandline/compose_up/#options so it get closer to docker-compose interface. This will make easier the synchronization when automatingpodman-compose
commands.Describe alternatives you've considered
The workaround I am using on scenarios where I need the container to be in healthy state is a loop kind of:
The container indicated there has a health check section defined in the
docker-compose.yaml
file.Additional context
Using podman-version 1.0.6:
Below the part of the
docker-compose.yaml
definition that I am using:The text was updated successfully, but these errors were encountered: