Update runc to e775f0fba3ea329b8b766451c892c41a3d4

This resolves logrus issues with containerd not being in sync with the
version runc is using.

This also updates the OCI runtime spec to v1.0.0

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-07-31 14:33:49 -04:00
parent ce07fa04ac
commit 2386062ce1
7 changed files with 42 additions and 22 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 build for development. The current supported runc commit is:
RUNC_COMMIT = 429a5387123625040bacfbb60d96b1cbd02293ab
RUNC_COMMIT = e775f0fba3ea329b8b766451c892c41a3d49594d
## building