diff options
| author | Pascal Bach <pascal.bach@siemens.com> | 2018-05-30 11:17:59 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-30 08:53:25 -0400 |
| commit | 4987f02577432e518e627c2c139c378b8b6a9678 (patch) | |
| tree | 4ad75fbd80243635c031ca6cfbd21857ad0ac955 /recipes-containers/docker/docker_git.bb | |
| parent | 33eb70520aca4312b1767746a8d2dfeb8db7579b (diff) | |
| download | meta-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.bb | 2 |
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 | " |
| 75 | RDEPENDS_${PN} += "virtual/containerd virtual/runc" | 75 | RDEPENDS_${PN} += "virtual/containerd virtual/runc" |
| 76 | 76 | ||
| 77 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" | 77 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat docker-init" |
| 78 | RSUGGESTS_${PN} = "lxc rt-tests" | 78 | RSUGGESTS_${PN} = "lxc rt-tests" |
| 79 | DOCKER_PKG="github.com/docker/docker" | 79 | DOCKER_PKG="github.com/docker/docker" |
| 80 | 80 | ||
