summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd-docker_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-02-20 02:00:20 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-20 02:06:22 -0500
commit7d6284a079748f919e3e0b8116649cfa5ff8ee8f (patch)
tree7a6f3a22b38f6ecac9631410e19a21904bed6efd /recipes-containers/containerd/containerd-docker_git.bb
parent776422fa046e0779b48ddfaaed4fb35651256258 (diff)
downloadmeta-virtualization-7d6284a079748f919e3e0b8116649cfa5ff8ee8f.tar.gz
runc/containerd: create virtual/runc and virtual/containerd
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>
Diffstat (limited to 'recipes-containers/containerd/containerd-docker_git.bb')
-rw-r--r--recipes-containers/containerd/containerd-docker_git.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd-docker_git.bb b/recipes-containers/containerd/containerd-docker_git.bb
new file mode 100644
index 00000000..f6dcaeca
--- /dev/null
+++ b/recipes-containers/containerd/containerd-docker_git.bb
@@ -0,0 +1,10 @@
1include containerd.inc
2
3SRCREV = "03e5862ec0d8d3b3f750e19fca3ee367e13c090e"
4SRC_URI = "\
5 git://github.com/docker/containerd.git;branch=docker-1.13.x \
6 "
7CONTAINERD_VERSION = "0.2.3"
8
9PROVIDES += "virtual/containerd"
10RPROVIDES_${PN} = "virtual/containerd"