GitHub user nitin-amp opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/365

    TRAFODION-1878 Initial commit for adding a portable (docker) build env

    Initial commit of docker file.
    
    - The first (base) image downloads all the dependencies, as described on 
[Create Build 
Env](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment)
 page 
    - The second (user) image downloads and installs all the tools, as 
described on [Build 
Source](https://cwiki.apache.org/confluence/display/TRAFODION/Build+Source) page
    
    For testing, please run the two scripts in order:
    `cd ./tools/docker`
    `./build-base-docker.sh`
    `./start-compile-docker.sh`
    
    The second one will take long as it needs to install the tools. Once the 
second container is up and running, follow the build instructions: **debug** 
`source ./env.sh` or **release**

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nitin-amp/incubator-trafodion master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/365.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #365
    
----
commit 0a63c9892ae85caa6f48fed70054d2b612906dcf
Author: Nitin Lamba <[email protected]>
Date:   2016-03-05T23:54:47Z

    TRAFODION-1878 Initial commit for adding a portable (docker) build 
environment

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to