nixpkgs/pkgs/build-support/docker
Brian McKenna 0167b61ef4 dockerTools: only add "/nix" if it exists
The /nix path in 4d200538 of the layer tar didn't exist for some
packages, such as cacert. This is because cacert just creates an /etc
directory and doesn't depend on any other /nix paths. If we tried
putting this directory in the tar and using overlayfs with it, we'd get
"Invalid argument" when trying to remove the directory.

We now check whether the closure is non-empty before telling tar to
store the /nix directory.

Fixes #14710.
2016-04-16 01:16:49 +10:00
..
default.nix dockerTools: only add "/nix" if it exists 2016-04-16 01:16:49 +10:00
detjson.py dockerTools: private registry support 2016-01-27 21:13:07 +00:00
pull.nix dockerTools: private registry support 2016-01-27 21:13:07 +00:00
pull.sh dockerTools: private registry support 2016-01-27 21:13:07 +00:00
tarsum.go dockerTools: nix functions for manipulating docker images 2016-01-13 10:27:37 +01:00