Merge pull request #32248 from awakesecurity/parnell/fetchdocker

Support fetching docker images from V2 registries
This commit is contained in:
Franz Pletz
2018-03-04 17:10:27 +00:00
committed by GitHub
11 changed files with 317 additions and 0 deletions

View File

@@ -274,6 +274,7 @@ in rec {
tests.hibernate = callTest tests/hibernate.nix {};
tests.home-assistant = callTest tests/home-assistant.nix { };
tests.hound = callTest tests/hound.nix {};
tests.hocker-fetchdocker = callTest tests/hocker-fetchdocker {};
tests.i3wm = callTest tests/i3wm.nix {};
tests.initrd-network-ssh = callTest tests/initrd-network-ssh {};
tests.installer = callSubTests tests/installer.nix {};