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: b39bc2943b14
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 64453c8dbd00
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 16, 2019

  1. Copy the full SHA
    f6d75f5 View commit details
    Browse the repository at this point in the history
  2. dockerTools.buildLayeredImage: pass a list of closures to mkManyPureL…

    …ayers so it can exclude the top-most level
    
    Before, every docker image had three extra layers:
    
    1. A `closure` layer which is an internal implementation detail of
       calculating the closure of the container
    2. a `name-config.json` layer which is the images' run-time
       configuration, and has no business being *in* the image as a layer.
    3. a "bulk-layers" layer which is again and implementation detail
       around collecting the image's closure.
    
    None of these layers need to be in the final product.
    grahamc committed Dec 16, 2019
    Copy the full SHA
    aec80dd View commit details
    Browse the repository at this point in the history
  3. dockerTools.buildLayeredImage: prepare to exclude some paths

    Without changing behavior, since this code is fiddly, make it possible
    to add a filtering step before packaging individual paths.
    grahamc committed Dec 16, 2019
    Copy the full SHA
    700f4c5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    12e2416 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #75781 from grahamc/dockertools/remove-implementat…

    …ion-detail-layers
    
    dockertools.buildLayeredImage: remove implementation detail layers
    grahamc committed Dec 17, 2019
    Copy the full SHA
    64453c8 View commit details
    Browse the repository at this point in the history