diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-02-09 09:25:01 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-14 08:06:38 -0400 |
commit | 1beb18840539f0366b6a5f20bcff98c99534c496 (patch) | |
tree | 177194bdf02cbdf976d217087655404d7569fec1 | |
parent | 5cacf8632da2c20dc994c3b33608f0d3cea9df13 (diff) | |
download | meta-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.bb | 4 |
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 | " |
60 | RDEPENDS_${PN} += "containerd runc" | 60 | RDEPENDS_${PN} += "containerd runc" |
61 | RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" | 61 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" |
62 | RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" | 62 | RSUGGESTS_${PN} = "lxc docker-registry rt-tests" |
63 | DOCKER_PKG="github.com/docker/docker" | 63 | DOCKER_PKG="github.com/docker/docker" |
64 | 64 | ||
65 | do_configure[noexec] = "1" | 65 | do_configure[noexec] = "1" |