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

Commits on Apr 14, 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)
    LnL7 committed Apr 14, 2018
    Copy the full SHA
    d538fc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38933 from LnL7/docker-tools-overlay

    docker-tools: add a test for permissions issues with AUFS/overlay
    LnL7 committed Apr 14, 2018
    Copy the full SHA
    476c042 View commit details
    Browse the repository at this point in the history