summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker_git.bb
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-05-30 11:17:59 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-30 08:53:25 -0400
commit4987f02577432e518e627c2c139c378b8b6a9678 (patch)
tree4ad75fbd80243635c031ca6cfbd21857ad0ac955 /recipes-containers/docker/docker_git.bb
parent33eb70520aca4312b1767746a8d2dfeb8db7579b (diff)
downloadmeta-virtualization-4987f02577432e518e627c2c139c378b8b6a9678.tar.gz
tini: add version 0.18.0 as docker-init provider
This removes the warning that docker can't find docker-init in PATH. This recipe is based on the recipe from meta-resin. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/docker/docker_git.bb')
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 790170e9..73e01203 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -74,7 +74,7 @@ RDEPENDS_${PN} = "util-linux iptables \
74 " 74 "
75RDEPENDS_${PN} += "virtual/containerd virtual/runc" 75RDEPENDS_${PN} += "virtual/containerd virtual/runc"
76 76
77RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" 77RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat docker-init"
78RSUGGESTS_${PN} = "lxc rt-tests" 78RSUGGESTS_${PN} = "lxc rt-tests"
79DOCKER_PKG="github.com/docker/docker" 79DOCKER_PKG="github.com/docker/docker"
80 80