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

driver/docker: allow configurable pull context timeout setting. #8589

Merged
merged 1 commit into from
Aug 14, 2020

Commits on Aug 12, 2020

  1. driver/docker: allow configurable pull context timeout setting.

    Pulling large docker containers can take longer than the default
    context timeout. Without a way to change this it is very hard for
    users to utilise Nomad properly without hacky work arounds.
    
    This change adds an optional pull_timeout config parameter which
    gives operators the possibility to account for increase pull times
    where needed. The infra docker image also has the option to set a
    custom timeout to keep consistency.
    jrasell committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    a40a140 View commit details
    Browse the repository at this point in the history