mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-22 14:36:24 +00:00
chore: split package offerings into docker image and source itself
Can view via `nix flake show --all-systems`.
This commit is contained in:
@@ -44,11 +44,15 @@
|
||||
] ++ runtimeEnv;
|
||||
};
|
||||
|
||||
packages.default = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "ghcr.io/philippemerle/kubediagrams";
|
||||
tag = "latest";
|
||||
contents = runtimeEnv;
|
||||
created = "now";
|
||||
packages = {
|
||||
default = kube-diagrams;
|
||||
kube-diagrams = kube-diagrams;
|
||||
docker = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "ghcr.io/philippemerle/kubediagrams";
|
||||
tag = "latest";
|
||||
contents = runtimeEnv;
|
||||
created = "now";
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user