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

Add support to disable healthcheck(s) #5299

Closed
Perflyst opened this issue Feb 22, 2020 · 1 comment · Fixed by #5300
Closed

Add support to disable healthcheck(s) #5299

Perflyst opened this issue Feb 22, 2020 · 1 comment · Fixed by #5300
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@Perflyst
Copy link

/kind feature

Description

Docker has the option to disable healthchecks, the --no-healthcheck is missing in podman

It was mentioned with a ? in #3455 but got no reply, therefore I am creating this issue.

Describe the results you expected:

Same as with docker, disable all the HEALTHCHECKS

@openshift-ci-robot openshift-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 22, 2020
@baude baude self-assigned this Feb 22, 2020
baude added a commit to baude/podman that referenced this issue Feb 22, 2020
Now support --no-healthcheck option to disable defined healthchecks in a container image.  --health-cmd=none remains supported as well.

Fixes: containers#5299

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Feb 22, 2020
Now support --no-healthcheck option to disable defined healthchecks in a container image.  --health-cmd=none remains supported as well.

Fixes: containers#5299

Signed-off-by: Brent Baude <bbaude@redhat.com>
@baude
Copy link
Member

baude commented Feb 23, 2020

@Perflyst thanks for the report! fix should be merging shortly

snj33v pushed a commit to snj33v/libpod that referenced this issue May 31, 2020
Now support --no-healthcheck option to disable defined healthchecks in a container image.  --health-cmd=none remains supported as well.

Fixes: containers#5299

Signed-off-by: Brent Baude <bbaude@redhat.com>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants