summaryrefslogtreecommitdiffstats
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-03-14 08:06:38 -0400
commit1beb18840539f0366b6a5f20bcff98c99534c496 (patch)
tree177194bdf02cbdf976d217087655404d7569fec1
parent5cacf8632da2c20dc994c3b33608f0d3cea9df13 (diff)
downloadmeta-virtualization-1beb18840539f0366b6a5f20bcff98c99534c496.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>
-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 b0fda350..6ce9fe03 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -58,8 +58,8 @@ RDEPENDS_${PN} = "curl aufs-util git util-linux iptables \
58 ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ 58 ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \
59 " 59 "
60RDEPENDS_${PN} += "containerd runc" 60RDEPENDS_${PN} += "containerd runc"
61RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" 61RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat"
62RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" 62RSUGGESTS_${PN} = "lxc docker-registry rt-tests"
63DOCKER_PKG="github.com/docker/docker" 63DOCKER_PKG="github.com/docker/docker"
64 64
65do_configure[noexec] = "1" 65do_configure[noexec] = "1"