mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
The "removed" condition mapped to an undefined state which ultimately rendered the wait endpoint to return an incorrect exit code. Instead, map "removed" to "exited" to make sure Podman returns the expected exit code. Fixes: #18889 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>