Add preload cmdline tool to docker container
Add the preload tool developed in patch 69786 to
sms docker container. It will be used from there
in the kubernetes configuration.
Issue-ID: AAF-532
Change-Id: I7ca1d037514da0d56a6c47d6e0c6b845d2fd9a5e
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
diff --git a/sms-service/bin/build_sms_image.sh b/sms-service/bin/build_sms_image.sh
index 10b5418..f5beb4d 100755
--- a/sms-service/bin/build_sms_image.sh
+++ b/sms-service/bin/build_sms_image.sh
@@ -25,7 +25,11 @@
pushd ../src/sms
make build
popd
+ pushd ../src/preload
+ make build
+ popd
cp ../target/sms .
+ cp ../target/preload .
}
function copy_certificates {
@@ -35,7 +39,7 @@
}
function cleanup {
- rm sms
+ rm sms preload
rm aaf-sms.pub
rm aaf-sms.pr
rm aaf_root_ca.cer