Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We previously didn't react to `health_status` events as they were broken, and only reacted to `exec_died` instead. With the upcoming podman release, `health_status` events are reliable, and they will also not be accompanied by an `exec_died` event any more. So start updating the container status on them. Still keep listening to `exec_died` to support older podman releases. Fixes #1443
- Loading branch information