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: 5961f211f3bc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0d983f9f99b4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 30, 2019

  1. dockerTools.buildLayeredImage: fix building layered images in parallel

    when tar'ing store paths into layered archives when building layered
    images, don't use the absolute nix store path so that tar won't complain
    if something new is added to the nix store
    
    when building the final docker image, ignore any file changes tar
    detects in the layers. they are all immutable and the only thing that
    might change is the number of hard links due to store optimization
    Richard Wallace committed Dec 30, 2019
    Copy the full SHA
    3be7675 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Merge pull request #75911 from Simspace/parallel-docker-buildlayeredi…

    …mage
    
    when building a layered docker image, ignore it if tar encounters cha…
    nlewo committed Jan 11, 2020
    Copy the full SHA
    0d983f9 View commit details
    Browse the repository at this point in the history