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

docker: configuration for disable docker healthcheck #14089

Merged
merged 2 commits into from
Aug 12, 2022

Commits on Aug 11, 2022

  1. docker: create a docker task config setting for disable built-in heal…

    …thcheck
    
    This PR adds a docker driver task configuration setting for turning off
    built-in HEALTHCHECK of a container.
    
    References)
    https://docs.docker.com/engine/reference/builder/#healthcheck
    https://github.com/docker/engine-api/blob/master/types/container/config.go#L16
    
    Closes #5310
    Closes #14068
    shoenig committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0bd42a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. docs: tweak changelog

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    shoenig and jrasell committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1ce6415 View commit details
    Browse the repository at this point in the history