aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/docker (follow)
Commit message (Expand)AuthorAgeFilesLines
* build-support/docker: set default image arch to host archNick Spinale2019-09-161-3/+4
* dockertools.buildLayeredImage: default layer count up to 100Graham Christensen2019-08-121-3/+4
* Merge pull request #63865 from dingxiangfei2009/dockertools-cross-compilationSarah Brofeldt2019-07-311-20/+29
|\
| * dockerTools: use skopeo on the right platformDing Xiang Fei2019-07-021-20/+29
* | treewide: use dontUnpackworldofpeace2019-07-011-1/+1
|/
* treewide: remove unused variables (#63177)volth2019-06-161-1/+0
* Merge pull request #54921 from grabango/masterMatthew Bauer2019-06-101-9/+9
|\
| * Use nativeBuildInputs for building Docker imagesKevin Rauwolf2019-01-291-9/+9
* | nixos/tests/docker-tools: check layer sharing with buildLayeredImageDaniël de Kok2019-06-061-0/+8
* | dockerTools.buildLayeredImage: restore layer sharingDaniël de Kok2019-06-061-1/+3
* | dockerTools: Fix the layer orderAntoine Eiche2019-05-071-10/+11
* | nixos/tests/docker-tools: verify order of layers in stacked imagesAntoine Eiche2019-05-071-0/+39
* | treewide: fixup bcf54cernhmjoj2019-04-121-1/+1
* | Merge pull request #58350 from xtruder/pkgs/dockerTools/storePathToLayer/runt...lewo2019-04-062-2/+2
|\ \
| * | dockerTools: storePathToLayer use runtimeShell in scriptJaka Hudoklin2019-03-262-2/+2
* | | Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-dockerJaka Hudoklin2019-04-062-0/+199
|\ \ \
| * | | dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-062-0/+199
| |/ /
* | | Merge pull request #58345 from xtruder/pkgs/dockerTools/pullImage/finalImageNamelewo2019-03-282-4/+10
|\ \ \
| * | | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-262-4/+10
* | | | Strip leading ./ in customization layerAlex Biehl2019-03-271-1/+1
* | | | Add /nix/store to each layer.tarAlex Biehl2019-03-271-0/+1
|/ / /
* / / dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpackingAntoine Eiche2019-03-121-1/+1
|/ /
* | nixos/test/docker-tools: fix Nix image digestAntoine Eiche2019-03-061-3/+3
* | build-support/docker: fix the build of tarsum with Go 1.12Wael M. Nasreddine2019-03-051-0/+1
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-3/+4
* | dockerTools: mark store-path-to-layer.sh as executableAustin Seipp2019-02-211-0/+1
* | Merge branch 'master' into staging-nextVladimír Čunát2019-02-191-1/+1
|\ \
| * | dockerTools.buildImage: preserve layers ordering at image repackingAntoine Eiche2019-02-161-1/+1
| |/
* | Merge branch 'master' into stagingVladimír Čunát2019-01-221-2/+7
|\|
| * Merge pull request #54270 from xtruder/build-support/docker/layered_image_tag...lewo2019-01-201-2/+7
| |\
| | * dockerTools: buildLayeredImage passthru imageTagJaka Hudoklin2019-01-181-2/+7
* | | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-161-3/+10
|/ /
* | Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/ext...lewo2019-01-102-3/+11
|\ \ | |/ |/|
| * dockerTools: allow to pass extraCommands, uid and gid to buildLayeredImageJaka Hudoklin2019-01-102-3/+11
* | Merge pull request #52959 from nlewo/runAsRootParentImagelewo2018-12-291-0/+9
|\ \
| * | dockerTools.examples.runAsRootParentImage: initAntoine Eiche2018-12-271-0/+9
| |/
* / dockerTools.buildImage: fix two bugs introduced in c88337c9aca9d91804da7d1d05...Darius Jahandarie2018-12-141-3/+3
|/
* dockerTools.buildImage: support using a layered image in fromImageGraham Christensen2018-12-052-15/+50
* dockerTools.buildImageWithNixDb: simplifications and switch to closureInfoAntoine Eiche2018-11-121-29/+6
* dockerTools: Use nix instead of nixUnstableSarah Brofeldt2018-10-011-4/+4
* dockerTools: test buildLayeredImageGraham Christensen2018-09-271-0/+7
* dockerTools.buildLayeredImage: initGraham Christensen2018-09-262-0/+199
* dockertools: tarsum: turn in to a buildInputGraham Christensen2018-09-261-6/+8
* dockerTools.buildImage: test that created=now makes an unstable dateGraham Christensen2018-09-201-0/+9
* dockerTools.buildImage: support impure datesGraham Christensen2018-09-201-6/+13
* dockerTools.pullImage: correct default archJack Kelly2018-09-191-1/+1
* dockerTools.pullImage: control OS and architectureNick Novitski2018-07-271-3/+4
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+0
* dockerTools.examples: explicitly set image tag to fix docker-tools testsAntoine Eiche2018-07-061-0/+5
* dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck2018-07-061-3/+10