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

IsTaskDirty: Ignore PullOptions for running tasks #2351

Merged
merged 1 commit into from Aug 17, 2017

Commits on Aug 16, 2017

  1. IsTaskDirty: Ignore PullOptions for running tasks

    This patch causes the orchestrator to ignore the PullOptions field of a
    ContainerSpec when determining whether a task is considered to be 'dirty'.
    It is only ignored if and only if the current state of the task is either
    READY, STARTING, or RUNNING.
    
    Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
    Josh Hawn committed Aug 16, 2017
    Copy the full SHA
    2c47a1e View commit details
    Browse the repository at this point in the history