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: 7ea6c3958765
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f3353fffc4bf
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 16, 2018

  1. docker-tools: add a test for permissions issues with AUFS/overlay

    docker# [   11.054736] d24d6cdd57c9[763]: /bin/bash: error while loading
    shared libraries: libreadline.so.7: cannot open shared object file:
    Permission denied
    docker# /bin/bash: error while loading shared libraries:
    libreadline.so.7: cannot open shared object file: Permission denied
    docker: exit status 127
    docker: output:
    error: command `docker run --rm -u 1000:1000 bash /bin/bash --version'
    did not succeed (exit code 127)
    command `docker run --rm -u 1000:1000 bash /bin/bash --version' did not
    succeed (exit code 127)
    
    (cherry picked from commit d538fc0)
    LnL7 committed Apr 16, 2018
    Copy the full SHA
    dfa8a5e View commit details
    Browse the repository at this point in the history
  2. dockerTools.buildImage: add /nix/store with correct permissions

    Fixes #38835.
    
    (cherry picked from commit 9751771)
    eonpatapon authored and LnL7 committed Apr 16, 2018
    Copy the full SHA
    f3353ff View commit details
    Browse the repository at this point in the history