From 4987f02577432e518e627c2c139c378b8b6a9678 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Wed, 30 May 2018 11:17:59 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/docker/docker_git.bb') 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 \ " RDEPENDS_${PN} += "virtual/containerd virtual/runc" -RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" +RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat docker-init" RSUGGESTS_${PN} = "lxc rt-tests" DOCKER_PKG="github.com/docker/docker" -- cgit v1.2.3-54-g00ecf