cmd/ursrv: Add linuxserver.io detection (#9145)

Detect linuxserver
This commit is contained in:
bt90
2023-10-02 12:48:04 +02:00
committed by GitHub
parent 296db314f5
commit 7c579880eb

View File

@@ -72,6 +72,7 @@ var (
{regexp.MustCompile(`@debian`), "Debian (3rd party)"},
{regexp.MustCompile(`@fedora`), "Fedora (3rd party)"},
{regexp.MustCompile(`\bbrew@`), "Homebrew (3rd party)"},
{regexp.MustCompile(`root@buildkitsandbox`), "LinuxServer.io (3rd party)"},
{regexp.MustCompile(`.`), "Others"},
}
)