about summary refs log tree commit diff
path: root/pkgs/build-support/docker
AgeCommit message (Expand)AuthorFilesLines
2019-03-06nixos/test/docker-tools: fix Nix image digestAntoine Eiche1-3/+3
2019-03-05build-support/docker: fix the build of tarsum with Go 1.12Wael M. Nasreddine1-0/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-3/+4
2019-02-21dockerTools: mark store-path-to-layer.sh as executableAustin Seipp1-0/+1
2019-02-19Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
2019-02-16dockerTools.buildImage: preserve layers ordering at image repackingAntoine Eiche1-1/+1
2019-01-22Merge branch 'master' into stagingVladimír Čunát1-2/+7
2019-01-20Merge pull request #54270 from xtruder/build-support/docker/layered_image_tag...lewo1-2/+7
2019-01-18dockerTools: buildLayeredImage passthru imageTagJaka Hudoklin1-2/+7
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-3/+10
2019-01-10Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/ext...lewo2-3/+11
2019-01-10dockerTools: allow to pass extraCommands, uid and gid to buildLayeredImageJaka Hudoklin2-3/+11
2018-12-29Merge pull request #52959 from nlewo/runAsRootParentImagelewo1-0/+9
2018-12-27dockerTools.examples.runAsRootParentImage: initAntoine Eiche1-0/+9
2018-12-14dockerTools.buildImage: fix two bugs introduced in c88337c9aca9d91804da7d1d05...Darius Jahandarie1-3/+3
2018-12-05dockerTools.buildImage: support using a layered image in fromImageGraham Christensen2-15/+50
2018-11-12dockerTools.buildImageWithNixDb: simplifications and switch to closureInfoAntoine Eiche1-29/+6
2018-10-01dockerTools: Use nix instead of nixUnstableSarah Brofeldt1-4/+4
2018-09-27dockerTools: test buildLayeredImageGraham Christensen1-0/+7
2018-09-26dockerTools.buildLayeredImage: initGraham Christensen2-0/+199
2018-09-26dockertools: tarsum: turn in to a buildInputGraham Christensen1-6/+8
2018-09-20dockerTools.buildImage: test that created=now makes an unstable dateGraham Christensen1-0/+9
2018-09-20dockerTools.buildImage: support impure datesGraham Christensen1-6/+13
2018-09-19dockerTools.pullImage: correct default archJack Kelly1-1/+1
2018-07-27dockerTools.pullImage: control OS and architectureNick Novitski1-3/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-07-06dockerTools.examples: explicitly set image tag to fix docker-tools testsAntoine Eiche1-0/+5
2018-07-06dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck1-3/+10
2018-06-03dockerTools.pullImage: expose image* attributes (#41366)lewo1-0/+2
2018-05-24Merge pull request #40947 from samueldr/fix/34779lewo2-2/+16
2018-05-24tests/docker-tools: Adds regression test for #34779Samuel Dionne-Riel1-0/+12
2018-05-24skopeo: 0.1.29 -> 0.1.30Antoine Eiche1-9/+1
2018-05-24dockerTools: fixes extraCommands for mkRootLayer.Samuel Dionne-Riel1-2/+4
2018-05-06dockerTools.pullImage: Fix build with sandboxingaszlig1-18/+32
2018-05-02dockerTools.pullImage: Skopeo pulls images by digestAntoine Eiche4-73/+26
2018-04-16dockerTools.buildImage: add /nix/store with correct permissionsJean-Philippe Braun1-0/+10
2018-04-09Merge pull request #25148 from obsidiansystems/docker-dirlinksRyan Trinkle1-4/+17
2018-03-26dockerTools.tarsum: Fix upstream importSarah Brofeldt2-3/+3
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-11-03Merge branch 'master' into docker-dirlinksRyan Trinkle4-134/+161
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