feat: update the image labels from the default ones

This commit is contained in:
Tamipes 2026-01-14 19:59:24 +01:00
parent fa5419ff0e
commit e8bdac46ba

View file

@ -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";
};
}; };
}; };
} }