From c478d69c1bd51246fb654baaf00c27162ea815ac Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 9 Feb 2017 09:25:01 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 4 ++-- 1 file 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 \ ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ " RDEPENDS_${PN} += "containerd runc" -RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" -RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" +RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" +RSUGGESTS_${PN} = "lxc docker-registry rt-tests" DOCKER_PKG="github.com/docker/docker" do_configure[noexec] = "1" -- cgit v1.2.3-54-g00ecf