Update runc to 9f9c96235cc97674e935002fc3d78361b69

This fixes issues for init and exec hanging forever when an error
happends on start.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2018-01-23 10:05:26 -05:00
parent dc5964ccc2
commit 8dfbd59e60
4 changed files with 14 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ containerd is built with OCI support and with support for advanced features prov
We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is:
RUNC_COMMIT = 7f24b40cc5423969b4554ef04ba0b00e2b4ba010
RUNC_COMMIT = 9f9c96235cc97674e935002fc3d78361b696a69e
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).