Add new shims for checking binary sizes

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2019-07-19 17:49:11 +00:00
parent 4005979c93
commit ffa86b25f9

View File

@ -27,6 +27,8 @@ var binaries = []string{
"ctr",
"containerd",
"containerd-shim",
"containerd-shim-runc-v1",
"containerd-shim-runc-v2",
}
// checkBinarySizes checks and reports the binary sizes for the containerd compiled binaries to prometheus