summary refs log tree commit diff
path: root/pkgs/build-support/docker
Commit message (Expand)AuthorAge
* buildLayeredImage: Allow empty store, no paths to addRobert Hensing2020-02-28
* nixosTests.docker-tools: add bulk-layer testAntoine Eiche2020-02-14
* dockerTools.buildLayeredImage: store all paths passed in final layerRichard Wallace2020-02-14
* dockerTools.*: Assertion against building for Darwin (#77952)Silvan Mosberger2020-01-31
|\
| * dockerTools.*: Assertion against building for darwinSilvan Mosberger2020-01-20
* | dockerTools.buildLayeredImage: assert maxLayers > 1Antoine Eiche2020-01-30
* | dockerTools.buildLayeredImage: fix image with only 2 layersAntoine Eiche2020-01-30
|/
* dockerTools.buildLayeredImage: fix typo in commentsAntoine Eiche2020-01-11
* dockerTools.buildLayeredImage: fix building layered images in parallelRichard Wallace2019-12-30
* Merge pull request #75781 from grahamc/dockertools/remove-implementation-deta...Graham Christensen2019-12-17
|\
| * dockerTools.buildLayeredImage: Exclude top level implementation detail layersGraham Christensen2019-12-16
| * dockerTools.buildLayeredImage: prepare to exclude some pathsGraham Christensen2019-12-16
| * dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so...Graham Christensen2019-12-16
| * dockerTools.buildLayeredImage: tweak formatting on contentsEnvGraham Christensen2019-12-16
* | Merge pull request #75779 from grahamc/dockertools/fixup-max-layersGraham Christensen2019-12-16
|\ \
| * | dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match docum...Graham Christensen2019-12-16
| |/
* / docker examples: Drop unneeded contents listGraham Christensen2019-12-16
|/
* buildImageWithNixDb: export USER (#74959)tomberek2019-12-07
* dockerTools.examples.nix: set USER in the container configAntoine Eiche2019-12-05
* build-support/docker: set default image arch to host archNick Spinale2019-09-16
* dockertools.buildLayeredImage: default layer count up to 100Graham Christensen2019-08-12
* Merge pull request #63865 from dingxiangfei2009/dockertools-cross-compilationSarah Brofeldt2019-07-31
|\
| * dockerTools: use skopeo on the right platformDing Xiang Fei2019-07-02
* | treewide: use dontUnpackworldofpeace2019-07-01
|/
* treewide: remove unused variables (#63177)volth2019-06-16
* Merge pull request #54921 from grabango/masterMatthew Bauer2019-06-10
|\
| * Use nativeBuildInputs for building Docker imagesKevin Rauwolf2019-01-29
* | nixos/tests/docker-tools: check layer sharing with buildLayeredImageDaniël de Kok2019-06-06
* | dockerTools.buildLayeredImage: restore layer sharingDaniël de Kok2019-06-06
* | dockerTools: Fix the layer orderAntoine Eiche2019-05-07
* | nixos/tests/docker-tools: verify order of layers in stacked imagesAntoine Eiche2019-05-07
* | treewide: fixup bcf54cernhmjoj2019-04-12
* | Merge pull request #58350 from xtruder/pkgs/dockerTools/storePathToLayer/runt...lewo2019-04-06
|\ \
| * | dockerTools: storePathToLayer use runtimeShell in scriptJaka Hudoklin2019-03-26
* | | Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-dockerJaka Hudoklin2019-04-06
|\ \ \
| * | | dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-06
| |/ /
* | | Merge pull request #58345 from xtruder/pkgs/dockerTools/pullImage/finalImageNamelewo2019-03-28
|\ \ \
| * | | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-26
* | | | Strip leading ./ in customization layerAlex Biehl2019-03-27
* | | | Add /nix/store to each layer.tarAlex Biehl2019-03-27
|/ / /
* / / dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpackingAntoine Eiche2019-03-12
|/ /
* | nixos/test/docker-tools: fix Nix image digestAntoine Eiche2019-03-06
* | build-support/docker: fix the build of tarsum with Go 1.12Wael M. Nasreddine2019-03-05
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
* | dockerTools: mark store-path-to-layer.sh as executableAustin Seipp2019-02-21
* | Merge branch 'master' into staging-nextVladimír Čunát2019-02-19
|\ \
| * | dockerTools.buildImage: preserve layers ordering at image repackingAntoine Eiche2019-02-16
| |/
* | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\|
| * Merge pull request #54270 from xtruder/build-support/docker/layered_image_tag...lewo2019-01-20
| |\
| | * dockerTools: buildLayeredImage passthru imageTagJaka Hudoklin2019-01-18