Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cri-o: update to 1.12 release | Bruce Ashfield | 2018-11-02 | 1 | -7/+7 |
| | | | | | | | | | | Since kubernetes is now on 1.12, we need to sync our cri-o release to match. There are some build changes to the utilities, and a patch refresh, but otherwise, this is very similar to the exiting build of cri-o. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | containers: cri-o: kubernetes runc backend | Bruce Ashfield | 2017-10-02 | 1 | -0/+26 |
To prepare for native kubernetes support without docker on a target, we integrate the cri-o incubator project. cri-o is meant to provide an integration path between OCI conformant runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime Interface (CRI) using OCI conformant runtimes. The scope of cri-o is tied to the scope of the CRI. This initial introduction is build + packaging only. It is expected that configuration and deployment tweaks are done at the distro level. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |