about summary refs log tree commit diff
path: root/pkgs/build-support/docker/default.nix
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Merge pull request #75781 from grahamc/dockertools/remove-implementation-deta...Graham Christensen1-7/+25
2019-12-16dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match docum...Graham Christensen1-5/+3
2019-12-16dockerTools.buildLayeredImage: Exclude top level implementation detail layersGraham Christensen1-1/+7
2019-12-16dockerTools.buildLayeredImage: prepare to exclude some pathsGraham Christensen1-3/+8
2019-12-16dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so...Graham Christensen1-3/+5
2019-12-16dockerTools.buildLayeredImage: tweak formatting on contentsEnvGraham Christensen1-1/+6
2019-12-07buildImageWithNixDb: export USER (#74959)tomberek1-0/+3
2019-09-16build-support/docker: set default image arch to host archNick Spinale1-3/+4
2019-08-12dockertools.buildLayeredImage: default layer count up to 100Graham Christensen1-3/+4
2019-07-02dockerTools: use skopeo on the right platformDing Xiang Fei1-20/+29
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
2019-06-10Merge pull request #54921 from grabango/masterMatthew Bauer1-9/+9
2019-05-07dockerTools: Fix the layer orderAntoine Eiche1-10/+11
2019-04-06Merge pull request #58350 from xtruder/pkgs/dockerTools/storePathToLayer/runt...lewo1-1/+1
2019-03-28Merge pull request #58345 from xtruder/pkgs/dockerTools/pullImage/finalImageNamelewo1-3/+8
2019-03-27Strip leading ./ in customization layerAlex Biehl1-1/+1
2019-03-26dockerTools: add finalImageName parameter for pullImageJaka Hudoklin1-3/+8
2019-03-26dockerTools: storePathToLayer use runtimeShell in scriptJaka Hudoklin1-1/+1
2019-03-12dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpackingAntoine Eiche1-1/+1
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-29Use nativeBuildInputs for building Docker imagesKevin Rauwolf1-9/+9
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...lewo1-3/+10
2019-01-10dockerTools: allow to pass extraCommands, uid and gid to buildLayeredImageJaka Hudoklin1-3/+10
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 Christensen1-15/+31
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-26dockerTools.buildLayeredImage: initGraham Christensen1-0/+175
2018-09-26dockertools: tarsum: turn in to a buildInputGraham Christensen1-6/+8
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.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/34779lewo1-2/+4
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 Eiche1-2/+23
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