diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-02-12 12:12:34 +0100 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-02-12 12:16:55 +0100 |
commit | 41048f09b545b34ff1ed398b1dd76aad48a98718 (patch) | |
tree | d7de97e4a93bd2f645f75ebda2a1cd51b959f66e /fuel-build/docker/README | |
parent | d29df40fd66d6a90fde858e8a0bc0d0e98a01794 (diff) |
Simplification and cleanup of build process
Docker build image:
- Uplift of the base Ubuntu version to 14.04.
- Instead of building the Ubuntu image with debootstrap, we use the official
Docker repository version of Ubuntu.
- Cleanup of the way how runcontext operates
- Fix: Make sure that the build system can be run as root
Top Makefile:
- Building the Fuel ISO on Docker local /tmp directory not to pollute local
directory with files owned by root.
- Removed unused targets.
Change-Id: I684348b2a15546eadf98d810239a84ff9798b1e8
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel-build/docker/README')
-rw-r--r-- | fuel-build/docker/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/fuel-build/docker/README b/fuel-build/docker/README index 5d22bc9..e5ccdfa 100644 --- a/fuel-build/docker/README +++ b/fuel-build/docker/README @@ -13,13 +13,12 @@ used for building in Ubuntu 12.04 context. There are two requirements before running make on this level: -1. You need to have Docker installed on your system, and make sure -to have a valid DNS config in your /etc/default/docker. -e.g: -DOCKER_OPTS=" --dns=8.8.8.8 --dns=8.8.8.4" +1. You need to have Docker installed on your system +2. If in a corporate network, make sure to have a valid DNS config in + your /etc/default/docker, e.g: -2. You must have installed the package "debootstrap". + DOCKER_OPTS=" --dns=8.8.8.8 --dns=8.8.8.4" The top level makefile will refer to the "runcontext" file in order to run the build process as the current user with the current working |