diff options
author | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-08-22 11:08:57 -0700 |
---|---|---|
committer | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-08-22 14:17:08 -0700 |
commit | 858b1278219b5cb6ca6f6d4abcb20b0180216be1 (patch) | |
tree | af8afb6a9f0ca0ac77b3e187ab424fe80d21441a /bin/distcenter/README.txt | |
parent | 572150672972e58d3e2b2f21e5dfd3004bce6b68 (diff) |
Add build scripts and tabrmd
There is a dependency on tabrmd while building duplicate tool
and this is required for now. Cleanup and use base container
from nexus repo. Add build scripts for nightly build.
Change-Id: I4c3487d22988927084d7336671b81144374ccb5d
Issue-ID: AAF-418
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'bin/distcenter/README.txt')
-rw-r--r-- | bin/distcenter/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distcenter/README.txt b/bin/distcenter/README.txt index fe39395..4002dc7 100644 --- a/bin/distcenter/README.txt +++ b/bin/distcenter/README.txt @@ -13,7 +13,7 @@ example Build the container using - docker build --no-cache -t dist-center . + docker build --no-cache -t dist-center -f distcenterdockerfile . Run it mounting the volume |