-
Couldn't load subscription status.
- Fork 543
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The problem is that podman-compose is incompatible with current docker-compose.yml because it does not support service_completed_successfully.
According to the compose spec
condition: condition under which dependency is considered satisfiedservice_started: is an equivalent of the short syntax described aboveservice_healthy: specifies that a dependency is expected to be "healthy"
(as indicated by healthcheck) before starting a dependent
service.service_completed_successfully: specifies that a dependency is expected to run
to successful completion before starting a dependent service.
Describe the solution you'd like
podman-compose implements service_completed_successfully as per the spec.
Describe alternatives you've considered
None
Additional context
I didn't check if the other conditions are supported yet, but they should also be.
Ihor0k, nicholas-ramsey, chrisbouchard, gjhenrique, ilian and 20 moremattrei, chrisbouchard, thatc0py, DawidIzydor and mr-andres-carvajal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request