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

Vendor fsouza/go-docker-client update #7550

Merged
merged 5 commits into from
Mar 31, 2020

Commits on Mar 30, 2020

  1. vendoring: Update docker packages to v19.03.8

    Also, since github.com/docker/docker is the canonical package names and
    is transparently forwarded to github.com/moby/moby, I removed the
    moby/moby references in origin.
    Mahmood Ali committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8a96c85 View commit details
    Browse the repository at this point in the history
  2. vendors: update fsouza/go-docker-client to v.1.6.3

    Mahmood Ali committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d851b00 View commit details
    Browse the repository at this point in the history
  3. vendor: github.com/containerd/continuity pkgs

    Mahmood Ali committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ae75164 View commit details
    Browse the repository at this point in the history
  4. Fix docker/docker compile issue

    Use docker master branch for specific branches, so we can pick up the
    fix in moby/moby#40021 .
    Mahmood Ali committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a5e16de View commit details
    Browse the repository at this point in the history
  5. driver/docker: fix memory swapping

    MemorySwappiness can only be set in non-Windows options: https://ci.appveyor.com/project/hashicorp/nomad/builds/31832149
    
    Also fixes #6085
    Mahmood Ali committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2def8de View commit details
    Browse the repository at this point in the history