mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
add nixos-k8s runtime & rmove k3s runtime
This commit is contained in:
parent
70d249aaff
commit
8a20c93b21
5 changed files with 28 additions and 56 deletions
|
|
@ -5,7 +5,7 @@ with import ../../lib/docker.nix { inherit lib pkgs; };
|
|||
let
|
||||
testing = config.testing;
|
||||
|
||||
allImages = flatten (map (t: t.evaled.config.docker.export or [ ]) testing.tests);
|
||||
allImages = unique ( flatten (map (t: t.evaled.config.docker.export or [ ]) testing.tests));
|
||||
|
||||
cfg = config.testing.docker;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue