1
0
mirror of https://github.com/sjlongland/gentoo-docker-builder.git synced 2025-09-13 10:03:17 +10:00
Commit Graph

5 Commits

Author SHA1 Message Date
e93b002279
mkimg-container.sh: Include portage tree in dev, exclude in rt.
In the development image, include the full portage tree, and any binary
packages and sources.

In the runtime image, exclude the portage tree and related files.  When
installing, we will use `--volumes-from` to mount those from a
development image container.
2017-05-21 17:45:58 +10:00
f6f70471e9
mkimg-container: Set USE flags. 2017-04-23 10:43:19 +10:00
b49f303833
mkimg-container: Include portage tree and overlays
This does bloat the images out a bit, but:
- it removes one variable factor from builds, namely the host's portage
  tree
- in the runtime container, you'll only be storing it once
2017-04-23 10:41:54 +10:00
19979629b8
mkimg-container: Include util-linux in runtime. 2017-04-23 10:41:17 +10:00
2634253df3
Initial check-in 2017-04-23 08:02:51 +10:00