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: 96f34a8f9982
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7a34bcc2a324
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 2, 2020

  1. dockerTools.fakeNss: init

    This provides a /etc/passwd and /etc/group that contain root and nobody.
    
    Useful when packaging binaries that insist on using nss to look up
    username/groups (like nginx).
    
    The current nginx example used the `runAsRoot` parameter to setup
    /etc/group and /etc/passwd (which also doesn't exist in
    buildLayeredImage), so we can now just use fakeNss there and use
    buildLayeredImage.
    flokli committed Dec 2, 2020
    Copy the full SHA
    f7ee270 View commit details
    Browse the repository at this point in the history
  2. dockerTools.binSh: init

    flokli committed Dec 2, 2020
    Copy the full SHA
    e054694 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #105685 from flokli/dockertools-fakenss

    dockerTools.fakeNss: init
    flokli committed Dec 2, 2020
    Copy the full SHA
    7a34bcc View commit details
    Browse the repository at this point in the history