Skip to content
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

healthcheck: stop showing wrong status when --no-healthcheck is set #13585

Merged
merged 1 commit into from
Mar 22, 2022

Commits on Mar 22, 2022

  1. healthcheck: stop showing wrong status when --no-healthcheck is set

    Containers started with `--no-healthcheck` are configured to contain no
    healthcheck and test configured as `NONE`. Podman shows wrong status as
    such use cases.
    
    Following commit fixes the faulty behavior of stauts field for
    containers started with `--no-healthcheck`
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6d6bdab View commit details
    Browse the repository at this point in the history