aboutsummaryrefslogtreecommitdiffstats
path: root/bin/build_images.sh
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-22 11:08:57 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-22 14:17:08 -0700
commit858b1278219b5cb6ca6f6d4abcb20b0180216be1 (patch)
treeaf8afb6a9f0ca0ac77b3e187ab424fe80d21441a /bin/build_images.sh
parent572150672972e58d3e2b2f21e5dfd3004bce6b68 (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/build_images.sh')
-rwxr-xr-xbin/build_images.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/build_images.sh b/bin/build_images.sh
new file mode 100755
index 0000000..49fe990
--- /dev/null
+++ b/bin/build_images.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+cd base
+./build_base_images.sh
+cd ../distcenter
+./build_distcenter_image.sh