about summary refs log tree commit diff
path: root/pkgs/build-support/docker
AgeCommit message (Expand)AuthorFilesLines
2018-03-13dockerTools: add --sort=name options on all tar callsAntoine Eiche1-5/+5
2018-03-13dockerTools: dereference hard links in tar archivesAntoine Eiche1-5/+5
2018-03-13dockerTools: add an onTopOfPulledImage exampleAntoine Eiche1-0/+8
2018-02-14dockerTools.buildImage: do not add /nix/store in the tar streamAntoine Eiche1-2/+0
2018-01-10treewide: Fix deps in a few other fixed output derivationsJohn Ericson1-1/+1
2018-01-01dockerTools.examples: correct a typo in commentsWei-Ming Yang1-1/+1
2017-09-28dockerTools: fix hash to accomodate the pullImage revertRobin Gloster1-1/+1
2017-09-28Revert "dockerTools.pullImage: use skopeo to pull the image"Robin Gloster3-15/+34
2017-09-28Revert "dockerTools.buildImage: Switch to the format image generated by Skopeo"Robin Gloster1-34/+77
2017-09-25dockerTools.examples.nix: set NIX_PAGER=cat environment variableAntoine Eiche1-4/+6
2017-09-23dockerTools.buildImage: Switch to the format image generated by SkopeoAntoine Eiche1-77/+34
2017-09-20dockerTools.buildImageWithNixDb: Make output paths valid and add gcrootsAntoine Eiche1-2/+20
2017-09-20dockerTools.buildImageWithNixDb: populate the Nix Db of the image Nix storeAntoine Eiche2-3/+46
2017-09-17dockerTools.pullImage: use skopeo to pull the imageAntoine Eiche3-34/+15
2017-09-04dockerTools.pullImage: change the docker deamon readiness mechanismAntoine Eiche1-1/+1
2017-08-03dockerTools: fix image json and manifestMathias Schreck1-10/+17
2017-07-31dockerTools: fix permissions on base imageAntoine Eiche1-1/+1
2017-07-26docker: generate the image configuration and manifestAntoine Eiche1-1/+13
2017-07-26docker: Remove ./ pattern when packing an imageAntoine Eiche1-1/+1
2017-07-26docker: do not import configuration and manifest from the base imageAntoine Eiche1-0/+3
2017-07-25docker: lowercase image name and tagAntoine Eiche1-2/+3
2017-07-15Merge pull request #27017 from LnL7/docker-pure-layerDaiderd Jordan1-6/+9
2017-07-13tarsum: Fix source path in docker.srcSarah Brofeldt1-1/+1
2017-07-08docker-tools: fixup permssions for extraCommandsDaiderd Jordan1-1/+5
2017-07-01docker-tools: set group/owner when creating a pure layerDaiderd Jordan1-7/+6
2017-06-27using inherited insteadMichael Fellinger1-2/+1
2017-06-27dockerTools.buildImage: configurable timestampMichael Fellinger1-1/+3
2017-05-26docker tools: fix pull image functionMatej Cotman3-119/+56
2017-04-30/bin/sh -> ${stdenv.shell}rht1-1/+1
2017-04-16docker: improve reproducibility of layersTim Stewart1-7/+8
2016-11-24dockerTools: rsync contents with -keep-dirlinksLazar Bodor1-2/+2
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