runsc metric-server: Make binary statically linked.

This removes the implied dependency on shared libraries existing on
machines where this binary is deployed.

PiperOrigin-RevId: 703656286
This commit is contained in:
Etienne Perot
2024-12-06 16:58:33 -08:00
committed by gVisor bot
parent d16d0c71e1
commit 22b95a87ac
+1
View File
@@ -11,6 +11,7 @@ go_binary(
srcs = [
"metricserver_main.go",
],
static = True,
visibility = [
"//:sandbox",
],