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

client/driver: docker progress detection and monitoring #4192

Merged
merged 7 commits into from
May 7, 2018

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    77d57e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44db4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb6ecd View commit details
    Browse the repository at this point in the history
  4. client/driver: remove pull timeout due to race condition that can lea…

    …d to unexpected timeouts
    
    If two jobs are pulling the same image simultaneously, which ever starts the pull first will set the pull timeout.
    This can lead to a poor UX where the first job requested a short timeout while the second job requested a longer timeout
    causing the pull to potentially timeout much sooner than expected by the second job.
    nickethier committed May 7, 2018
    Configuration menu
    Copy the full SHA
    9ea3080 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6337f8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e324e86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d442a44 View commit details
    Browse the repository at this point in the history