This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 31 Mar, 2020 1 commit
  2. 30 Mar, 2020 33 commits
  3. 29 Mar, 2020 4 commits
  4. 28 Mar, 2020 2 commits
    • Mahmood Ali's avatar
      Resolve docker types conflict · 46674405
      Mahmood Ali authored
      Looks like the latest `github.com/docker/docker/registry.ResolveAuthConfig` expect
      `github.com/docker/docker/api/types.AuthConfig` rather than
      `github.com/docker/cli/cli/config/types.AuthConfig`. The two types are
      identical but live in different packages.
      
      Here, we embed `registry.ResolveAuthConfig` from upstream repo, but with
      the signature we need.
      46674405
    • Yoan Blanc's avatar
      docker: v19.03.8 · ace5ab11
      Yoan Blanc authored
      Signed-off-by: default avatarYoan Blanc <yoan@dosimple.ch>
      ace5ab11