add meta attributes to all images
augment the images with meta attributes from the input packages. and then use the meta.description as dockerhub metadata.
This commit is contained in:
parent
8cbbfe7009
commit
2aefa0599e
4 changed files with 72 additions and 59 deletions
|
@ -18,7 +18,9 @@ _: pkgs: {
|
|||
kubectl = pkgs.callPackage ./kubectl {};
|
||||
kubernetes-helm = pkgs.callPackage ./kubernetes-helm {};
|
||||
nix = pkgs.callPackage ./nix {};
|
||||
nix-unstable = nix.overrideAttrs (self: { nix = pkgs.nixUnstable; });
|
||||
nix-unstable = nix.override {
|
||||
nix = pkgs.nixUnstable;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue