Skip to content

Conversation

@mammo0
Copy link

@mammo0 mammo0 commented Dec 18, 2025

Hello,

this PR addresses issues #710 and #1329.

The arguments --wait and --wait-timeout are added to podman-compose up and start commands. After starting the containers it waits until all services in the compose-file are either running or healthy (if they have a HEALTCHCHECK).

A note on the test cases: Currently they are skipped by GitHub actions. This comes from the used Docker image, which is currently the Debian bookworm version:

image: "docker.io/library/python:${{ matrix.python-version }}-bookworm"

And bookworm uses Podman version 4.3.1 (https://packages.debian.org/bookworm/podman). This version does not support checking for running or healthy state in podman wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant