Manjunath Ranganathaiah | 9d6c823 | 2018-08-15 11:42:10 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' | ||||
4 | |||||
5 | CURRENTDIR="$(pwd)" | ||||
6 | echo $CURRENTDIR | ||||
7 | |||||
Manjunath Ranganathaiah | 223ed14 | 2018-08-23 13:23:23 -0700 | [diff] [blame] | 8 | echo 'Building AAF/sshsm containers' |
9 | cd bin | ||||
10 | chmod 755 build_images.sh | ||||
11 | ./build_images.sh |