containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Allow empty version results #48

Closed crosbymichael closed 5 years ago

crosbymichael commented 5 years ago

Because multiple ppl compile runc, we cannot ensure that the version and commit are in the binary when people do not use the make file. Allow empty versions to be returned as long as the call to runc --version is successful.

Closes #47

Signed-off-by: Michael Crosby crosbymichael@gmail.com