Merge pull request #2337 from AkihiroSuda/fix-vendorconf-runcmd-mismatch
fix RUNC.md vs vendor.conf mismatch
This commit is contained in:
commit
fcc66f5685
4
RUNC.md
4
RUNC.md
@ -1,8 +1,6 @@
|
|||||||
containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc).
|
containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc).
|
||||||
|
|
||||||
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:
|
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 described in [`vendor.conf`](vendor.conf). Please refer to the line that starts with `github.com/opencontainers/runc`.
|
||||||
|
|
||||||
RUNC_COMMIT = a618ab5a0186905949ee463dbb762c3d23e12a80
|
|
||||||
|
|
||||||
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
|
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user