about summary refs log tree commit diff
path: root/nixos/tests/docker-tools.nix
AgeCommit message (Expand)AuthorFilesLines
2022-12-08nixosTests.docker-tools: Fix syntaxRobert Hensing1-12/+12
2022-12-08fix docker inspect image referenceChristian Kemper1-2/+2
2022-12-08dockerTools: allowing architecture to be specifiedChristian Kemper1-0/+14
2022-10-07nixos/tests: Add tests for dockerTools.buildNixShellImageSilvan Mosberger1-0/+53
2022-09-21nixosTests.docker-tools: Add image-with-certsRobert Hensing1-0/+7
2022-08-05use consistently user alice for examplesolaf1-2/+2
2022-05-30dockerTools: Add example of using NixOS' etcRobert Hensing1-0/+5
2022-04-05dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.systemzowoq1-1/+1
2021-12-17nixos/tests/docker-tools: add test for pre-runAsRoot layer unpack orderAndrew Brooks1-0/+6
2021-12-04dockerTools: Add fakechroot to fakeRootCommandsRobert Hensing1-0/+5
2021-12-03Merge pull request #148341 from hercules-ci/add-dockerTools-customization-lay...Robert Hensing1-4/+16
2021-12-02nixosTests.docker-tools: Use unique binary in test caseRobert Hensing1-1/+1
2021-10-18dockerTools: Fix and test #118722 path in contentsRobert Hensing1-0/+13
2021-10-06dockerTools: Add store dependencies of the customization layerRobert Hensing1-4/+16
2021-09-29Merge pull request #139892 from hercules-ci/dockerTools-test-pullImageRobert Hensing1-1/+1
2021-09-29dockerTools: Test pullImage fetcher whenever its implementation changesRobert Hensing1-1/+1
2021-09-29nixos/tests/docker-tools: check explicitly for file in exportImageJustin Bedo1-1/+1
2021-09-29docker-tools: add example for exportImage functionality and testJustin Bedo1-0/+5
2021-06-05nixos/test-driver: Run commands with error handlingtalyz1-3/+3
2021-05-26dockerTools: Allow omitting all store pathsRobert Hensing1-0/+14
2021-05-09Revert "nixos/tests/docker-tools*: remove useless formatter"Robert Hensing1-3/+0
2021-05-08nixos/tests/docker-tools*: remove useless formatterRobert Hensing1-0/+3
2021-05-08nixos/tests/docker-tools*: Add myself as maintainer where missingRobert Hensing1-1/+1
2021-04-08dockerTools: test that mergeImages preserves ownerViktor Kronvall1-0/+8
2021-04-08dockerTools: test mergeImagesViktor Kronvall1-0/+35
2021-04-07Merge pull request #116749 from vroad/docker-layered-image-fakerootRobert Hensing1-0/+8
2021-04-07dockerTools.streamLayeredImage: Add test for fakeRootCommandsvroad1-0/+8
2021-03-25dockerTools.streamLayeredImage: resolve duplicate env varsLouis Blin1-0/+15
2021-03-23dockerTools.buildLayeredImage: support fromImageLouis Blin1-1/+29
2021-03-10dockerTools.buildLayeredImage: image names with registry/ prefixLouis Blin1-0/+16
2021-01-15Revert "nixos/tests/docker: wait for docker service"Mark Vainomaa1-1/+1
2021-01-15nixos/tests/docker: wait for docker service (#109418)Milan1-1/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
2021-01-04dockerTools: Test buildLayeredImage with symlinksSarah Brofeldt1-0/+7
2020-12-15dockerTools: normalize arch to GOARCHTerin Stock1-1/+1
2020-12-02nixos/tests/docker-tools.nix: Fix formatSarah Brofeldt1-1/+2
2020-11-20dockerTools: Always cross compile for another arch in the cross exampleadisbladis1-3/+3
2020-11-19dockerTools: Add cross compilation testadisbladis1-0/+12
2020-10-25nixos/tests/docker-tools: Use curl --failScott Worley1-1/+1
2020-09-04dockerTools.streamLayeredImage: Store the customisation layer as a tarballUtku Demir1-8/+1
2020-07-31nixos/tests/dockerTools: add test for running non-root containers with buildL...Johan Thomsen1-0/+10
2020-07-11dockerTools: Always set imageTag attributeRobert Hensing1-0/+37
2020-07-09dockerTools.buildLayeredImage: fix created=nowJos van Bakel1-1/+10
2020-07-06dockerTools: Verify nix-store contents on buildLayeredImage testUtku Demir1-2/+3
2020-07-04dockerTools: Support files directly under /nix/storeUtku Demir1-0/+6
2020-06-19dockerTools: test that tar keeps nix binary symlinks intactRobert Hensing1-0/+14
2020-05-08dockerTools.buildImage: Preserve environment variables from the parent imageUtku Demir1-0/+10
2020-02-28buildLayeredImage: Allow empty store, no paths to addRobert Hensing1-0/+17
2020-02-27nixosTests.docker-tools: Port to PythonJacek Galowicz1-81/+129
2020-02-14nixosTests.docker-tools: add bulk-layer testAntoine Eiche1-0/+6