Skip to content

Commit

Permalink
containers: add cloud-api-adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Nov 4, 2024
1 parent a30a210 commit aa02186
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,17 @@ let
Cmd = [ "${lib.getExe pkgs.scripts.cleanup-bare-metal}" ];
};
};

cloud-api-adaptor = dockerTools.buildImage {
name = "cloud-api-adaptor";
tag = "v${pkgs.cloud-api-adaptor.version}";
copyToRoot = with pkgs; [
cacert
];
config = {
Cmd = [ "${lib.getExe pkgs.cloud-api-adaptor.entrypoint}" ];
};
};
};
in
containers
Expand Down

0 comments on commit aa02186

Please sign in to comment.