summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/make_build_image.sh
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-03-20 15:12:13 -0700
committerGirish Havaldar <hg0071052@techmahindra.com>2018-03-21 14:31:28 +0000
commit6e8ef8ac3a9f9504ff4a5ea9991197010930d834 (patch)
treea8543d8d1502cc5cbc8ba938f56c0922795a0688 /sms-service/bin/make_build_image.sh
parentd5fd81a4b5940da7a3a787271abd069b7d12ea86 (diff)
Adding bash script to call docker build
Adding the necessary bash scripts to be called for docker build These will be called by the jenkins job for the nightly docker build Issue-ID: AAF-100 Change-Id: Iae0c095d44849ae65583247fc7026f313d1ee0b7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/bin/make_build_image.sh')
-rwxr-xr-xsms-service/bin/make_build_image.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/sms-service/bin/make_build_image.sh b/sms-service/bin/make_build_image.sh
new file mode 100755
index 0000000..5281f42
--- /dev/null
+++ b/sms-service/bin/make_build_image.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+DIRNAME=`dirname $0`
+DOCKER_BUILD_DIR=`cd $DIRNAME/; pwd`
+cd ${DOCKER_BUILD_DIR}
+
+(cd ../src/sms && make build)
+cp ../target/sms .
+
+sudo ./build_image.sh