Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | containerd: uprev to latest 0.2.x | Bruce Ashfield | 2017-07-17 | 1 | -5/+9 |
| | | | | | | | | | | | | To match the docker (moby) and runc updates, we need the latest containerd from the 0.2.x branch to work in cooperation with the other components. Note: containerd master won't currently work with docker master, but is very similar to 0.2.x. The build target varies slightly in master, but otherwise with these changes to the recipe and build steps we can switch easily when the time comes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | runc/containerd: create virtual/runc and virtual/containerd | Bruce Ashfield | 2017-02-20 | 1 | -0/+10 |
Since there are two implementations of runc and containerd that may not always be in sync, the docker variant, and the opencontainers variable, we create a virtual/* namespace for these components. Anything requiring runc or containerd should set a preferred provider to get the desired/tested variant. We set the default provider to the docker variants, since they are the primary use case for these components. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |