about summary refs log tree commit diff
path: root/pkgs/build-support/docker/examples.nix
AgeCommit message (Expand)AuthorFilesLines
2019-12-16docker examples: Drop unneeded contents listGraham Christensen1-1/+0
2019-12-05dockerTools.examples.nix: set USER in the container configAntoine Eiche1-1/+6
2019-06-06nixos/tests/docker-tools: check layer sharing with buildLayeredImageDaniƫl de Kok1-0/+8
2019-05-07nixos/tests/docker-tools: verify order of layers in stacked imagesAntoine Eiche1-0/+39
2019-03-26dockerTools: add finalImageName parameter for pullImageJaka Hudoklin1-1/+2
2019-03-06nixos/test/docker-tools: fix Nix image digestAntoine Eiche1-3/+3
2019-01-10Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/ext...lewo1-0/+1
2019-01-10dockerTools: allow to pass extraCommands, uid and gid to buildLayeredImageJaka Hudoklin1-0/+1
2018-12-27dockerTools.examples.runAsRootParentImage: initAntoine Eiche1-0/+9
2018-12-05dockerTools.buildImage: support using a layered image in fromImageGraham Christensen1-0/+19
2018-09-27dockerTools: test buildLayeredImageGraham Christensen1-0/+7
2018-09-20dockerTools.buildImage: test that created=now makes an unstable dateGraham Christensen1-0/+9
2018-07-06dockerTools.examples: explicitly set image tag to fix docker-tools testsAntoine Eiche1-0/+5
2018-05-24tests/docker-tools: Adds regression test for #34779Samuel Dionne-Riel1-0/+12
2018-05-02dockerTools.pullImage: Skopeo pulls images by digestAntoine Eiche1-3/+3
2018-03-13dockerTools: add an onTopOfPulledImage exampleAntoine Eiche1-0/+8
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 Gloster1-1/+1
2017-09-25dockerTools.examples.nix: set NIX_PAGER=cat environment variableAntoine Eiche1-4/+6
2017-09-20dockerTools.buildImageWithNixDb: populate the Nix Db of the image Nix storeAntoine Eiche1-2/+15
2017-09-17dockerTools.pullImage: use skopeo to pull the imageAntoine Eiche1-1/+1
2017-05-26docker tools: fix pull image functionMatej Cotman1-10/+6
2016-10-03use rsync, comment out pullsAllen Nelson1-6/+10
2016-10-03add examples fileAllen Nelson1-0/+104