Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 43b6116d7ffc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ea6d37c2bba2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 17, 2017

  1. dockerTools.pullImage: use skopeo to pull the image

    Before this patch, a VM was used to spawn docker that pulled the
    VM. Now, the tool Skopeo does this job well so we can simplify our
    dockerTools since we doesn't need Docker anymore:)
    
    This also fixe the regression described in
    #29271 : cntlm proxy doesn't
    work in 17.09 while it worked in 17.03.
    
    Note Skopeo doesn't produce the same output than docker pull so, we
    have to update sha.
    nlewo authored and domenkozar committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    01174c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6d37c View commit details
    Browse the repository at this point in the history