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: 517241f35480
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5540dd9b9ba6
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 4, 2021

  1. dockerTools: Fix streamLayeredImage for symlinks

    When archiving `/nix/store/foo` and `foo` is itself a symlink, we must
    not traverse the symlink target, but archive the `foo` symlink itself
    srhb committed Jan 4, 2021
    Copy the full SHA
    08b0d02 View commit details
    Browse the repository at this point in the history
  2. dockerTools: Test buildLayeredImage with symlinks

    This exercises layer creation in face of store path symlinks, ensuring
    they are not dereferenced, which can lead to broken layer tarballs
    srhb committed Jan 4, 2021
    Copy the full SHA
    ffe5ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge pull request #108416 from srhb/streamlayeredimage-symlinked-sto…

    …repaths
    
    dockerTools: Fix streamLayeredImage for symlinks
    roberth committed Jan 5, 2021
    Copy the full SHA
    5540dd9 View commit details
    Browse the repository at this point in the history