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: f22378c383d0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b94ee1a9b527
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.
    
    (cherry picked from commit 01174c5)
    Signed-off-by: Domen Kožar <domen@dev.si>
    nlewo authored and domenkozar committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    dc4178e View commit details
    Browse the repository at this point in the history
  2. dockerTools.pullImage: release note regarding sha256 argument value

    (cherry picked from commit ea6d37c)
    Signed-off-by: Domen Kožar <domen@dev.si>
    nlewo authored and domenkozar committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    b94ee1a View commit details
    Browse the repository at this point in the history