about summary refs log tree commit diff
path: root/pkgs/build-support/docker
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Merge pull request #20018 from adnelson/use_basename_dockerDaiderd Jordan1-4/+8
2016-10-31docker.buildUtils: use baseNameOf to allow for slashes in nameTest1-4/+8
2016-10-24dockerTools: Fix loop typo.Tom Boettcher1-1/+1
2016-10-03use rsync, comment out pullsAllen Nelson2-12/+15
2016-10-03add examples fileAllen Nelson2-0/+109
2016-09-29add docs to docker build functionsAllen Nelson1-145/+299
2016-09-23dockerTools: Fix layer redundancy.Tom Boettcher1-5/+16
2016-09-17lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch1-8/+2
2016-07-02dockerTools: disable compression in tarsum.goNathan Zadoks1-1/+1
2016-07-02dockerTools: format tarsum.go with gofmtNathan Zadoks1-16/+16
2016-06-09no more goPackagesKamil Chmielewski1-2/+2
2016-04-16dockerTools: only add "/nix" if it existsBrian McKenna1-5/+8
2016-04-15dockerTools: make tars deterministicBrian McKenna1-5/+5
2016-04-14dockerTools: fix difference between base files and layer filesLuca Bruno1-0/+1
2016-04-14dockerTools: fix /nix/store permissionsLuca Bruno1-1/+3
2016-04-11dockerTools: use pigz for final image tarBrian McKenna1-3/+3
2016-04-11dockerTools: remove tarballs functionalityBrian McKenna1-55/+15
2016-02-18dockerTools: Fix issue where image name with repository prefix was not supportedAsko Soukka1-3/+5
2016-01-27dockerTools: private registry supportArthur Noel3-28/+38
2016-01-13dockerTools: nix functions for manipulating docker imagesLuca Bruno5-0/+552