summary refs log tree commit diff
path: root/nixos/tests/docker-tools-overlay.nix
Commit message (Collapse)AuthorAge
* Revert "nixos/tests/docker-tools*: remove useless formatter"Robert Hensing2021-05-09
| | | | | | | | | | | | | | | | | | | | | | Annoyed with the interference of the python formatting of generated code (see #72964), I took matters into my own hands as maintainer of dockerTools. Afterwards, I've created a PR, hoping to unstuck the discussion. @aszlig took notice and thanks to his python ecosystem knowledge, the testing efforts of @blaggacao and @Ma27, and a sense of shared suffering and comraderie we were able to change the situation for the better in #122201. Now, we have a proper linter that actually helps contributors, so it's time to turn it back on again. I'm glad we could make it happen this quickly! Thanks! This reverts commit 4035049af3e45554ffc4d8b4c30fd43ae9cd328a.
* nixos/tests/docker-tools*: remove useless formatterRobert Hensing2021-05-08
|
* nixos/tests/docker-tools*: Add myself as maintainer where missingRobert Hensing2021-05-08
| | | | | I should have done this when I became maintainer for dockerTools, but it's the PR reviews that matter.
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixosTests.docker-tools-overlay: Port to PythonJacek Galowicz2019-12-06
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* docker-tools: add a test for permissions issues with AUFS/overlayDaiderd Jordan2018-04-14
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)