feat: update the image labels from the default ones
This commit is contained in:
parent
fa5419ff0e
commit
e8bdac46ba
1 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,14 @@
|
||||||
packages.x86_64-linux.default = import (nix + "/docker.nix") {
|
packages.x86_64-linux.default = import (nix + "/docker.nix") {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraPkgs = [ pkgs.nodejs ];
|
extraPkgs = [ pkgs.nodejs ];
|
||||||
|
|
||||||
|
Labels = {
|
||||||
|
"org.opencontainers.image.title" = "Nix";
|
||||||
|
"org.opencontainers.image.source" = "https://git.tami.moe/tamipes/";
|
||||||
|
"org.opencontainers.image.vendor" = "Tamipes";
|
||||||
|
"org.opencontainers.image.version" = pkgs.nix.version;
|
||||||
|
"org.opencontainers.image.description" = "Nix container image with nodejs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue