summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-02-09 09:25:01 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-09 09:15:25 -0500
commitc478d69c1bd51246fb654baaf00c27162ea815ac (patch)
treef3d55f1f74de8fb49625d889e5bc9827c1c3f2be /recipes-containers/docker
parentb2c365c37108c1ede6adbba45c158b7c68eed98e (diff)
downloadmeta-virtualization-c478d69c1bd51246fb654baaf00c27162ea815ac.tar.gz
docker: downgrade lxc/docker-registry/rt-tests to suggests
Regular users don't need lxc, docker-registry and rt-tests on the target. These tools aren't even needed or provide additional features when running docker at runtime. They also increase the size of the image uneccessarily. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r--recipes-containers/docker/docker_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index ba9e0612..009fe9fe 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -65,8 +65,8 @@ RDEPENDS_${PN} = "curl aufs-util git util-linux iptables \
65 ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ 65 ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \
66 " 66 "
67RDEPENDS_${PN} += "containerd runc" 67RDEPENDS_${PN} += "containerd runc"
68RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" 68RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat"
69RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" 69RSUGGESTS_${PN} = "lxc docker-registry rt-tests"
70DOCKER_PKG="github.com/docker/docker" 70DOCKER_PKG="github.com/docker/docker"
71 71
72do_configure[noexec] = "1" 72do_configure[noexec] = "1"