summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/build_image.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Propagate error upwardKiran Kamineni1-0/+1
Build was not catching error Now throwing the error up the chain Issue-ID: AAF-346 Change-Id: I5a1729097f573d0169c4485075183d40c8d31db2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-17Enabling container build for quorum clientKiran Kamineni1-1/+2
Enabling the building of docker images for the quorum client Issue-ID: AAF-95 Change-Id: I5800e0972cbebf38d560d975e4bcb0e7939deeeb Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-04Changing docker image build to use filenameKiran Kamineni1-57/+1
Changing the docker image build process to use a specified file instead of default Dockerfile Also, fixing the line endings in .sh file to use Unix line endings. Issue-ID: AAF-213 Change-Id: I715a8d86a3bd2433f92d42e216a1f52f56cebf9b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-23Updating with binary compile in the bash scriptKiran Kamineni1-1/+14
Adding build commands within the bash script This will then be called in the nightly docker push Issue-ID: AAF-100 Change-Id: Iab29de26c7f9feac1b3f76666f1674ad7a267da8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-21Adding bash script to call docker buildKiran Kamineni1-0/+45
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>