summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/build-sshsm-docker-images.sh
blob: b70c13d334b950bff8ff33d6d95f9f6ddc820167 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#
echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='

CURRENTDIR="$(pwd)"
echo $CURRENTDIR

echo 'Building AAF/sshsm base containers'
cd bin/base
chmod 755 build_base_images.sh
sh build_base_images.sh