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

Docker 19.03.8 #7351

Closed
wants to merge 4 commits into from
Closed

Docker 19.03.8 #7351

wants to merge 4 commits into from

Commits on Mar 15, 2020

  1. docker: v19.03.8

    Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
    greut committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    45a36d0 View commit details
    Browse the repository at this point in the history
  2. Resolve docker types conflict

    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.
    Mahmood Ali authored and greut committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    24acec7 View commit details
    Browse the repository at this point in the history
  3. uniformize continuity version

    Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
    greut committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    b9089c8 View commit details
    Browse the repository at this point in the history
  4. fixup! docker: v19.03.8

    Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
    greut committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    7bb25d1 View commit details
    Browse the repository at this point in the history