nixpkgs/pkgs/build-support/docker
Richard Wallace 3be767593b dockerTools.buildLayeredImage: fix building layered images in parallel
when tar'ing store paths into layered archives when building layered
images, don't use the absolute nix store path so that tar won't complain
if something new is added to the nix store

when building the final docker image, ignore any file changes tar
detects in the layers. they are all immutable and the only thing that
might change is the number of hard links due to store optimization
2019-12-30 14:47:11 -07:00
..
default.nix dockerTools.buildLayeredImage: fix building layered images in parallel 2019-12-30 14:47:11 -07:00
detjson.py
examples.nix docker examples: Drop unneeded contents list 2019-12-16 13:11:27 -05:00
nix-prefetch-docker dockerTools: add nix-prefetch-docker script 2019-04-06 14:16:40 +02:00
nix-prefetch-docker.nix treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
store-path-to-layer.sh dockerTools.buildLayeredImage: fix building layered images in parallel 2019-12-30 14:47:11 -07:00
tarsum.go dockerTools.tarsum: Fix upstream import 2018-03-26 18:47:31 +02:00