nixpkgs/pkgs/build-support/docker
Utku Demir 69f6294724
dockerTools.buildLayeredImage: Avoid appending to tarballs when building layers
Appending to an existing tar archive repeatedly seems to be a quadratic
operation, since tar seems to traverse the existing archive even using
the `-r, --append` flag. This commit avoids that by passing the list of
files to a single tar invocation.
2020-05-07 11:50:00 +12:00
..
default.nix dockertools: Add a buildLayeredImageWithNixDb function 2020-05-02 15:59:39 +01:00
detjson.py
examples.nix buildLayeredImage: Allow empty store, no paths to add 2020-02-28 14:59:04 +01:00
nix-prefetch-docker dockerTools: add nix-prefetch-docker script 2019-04-06 14:16:40 +02:00
nix-prefetch-docker.nix nix-prefetch-docker: Add jq into path 2020-04-27 22:21:55 +03:00
store-path-to-layer.sh dockerTools.buildLayeredImage: Avoid appending to tarballs when building layers 2020-05-07 11:50:00 +12:00
tarsum.go dockerTools.tarsum: Fix upstream import 2018-03-26 18:47:31 +02:00