nixpkgs/pkgs/build-support/docker
Antoine Eiche 346996ceec dockerTools: dereference hard links in tar archives
This is to improve image creation reproducibility. Since the nar
format doesn't support hard link, the tar stream of a layer can be
different if a dependency of a layer has been built locally or if it
has been fetched from a binary cache.

If the dependency has been build locally, it can contain hard links
which are encoded in the tar stream. If the dependency has been
fetched from a binary cache, the tar stream doesn't contain any hard
link. So even if the content is the same, tar streams are different.
2018-03-13 13:46:41 +01:00
..
default.nix dockerTools: dereference hard links in tar archives 2018-03-13 13:46:41 +01:00
detjson.py
examples.nix dockerTools: add an onTopOfPulledImage example 2018-03-13 11:59:22 +01:00
pull.nix treewide: Fix deps in a few other fixed output derivations 2018-01-10 11:18:44 -05:00
pull.sh
tarsum.go