diff --git a/live_exam_os/build_live_exam_iso b/live_exam_os/build_live_exam_iso index 71b863770df456175d89941e1738b4b724da12b2..35f3bcdadae7e58c11fa9e76927dce316a673bf9 100755 --- a/live_exam_os/build_live_exam_iso +++ b/live_exam_os/build_live_exam_iso @@ -2,7 +2,8 @@ CONFIG_DIR=config TMP_CONTAINER_NAME=`echo $RANDOM | md5sum | head -c 20; echo;` -DOCKER_IMG=nexus-live-exam-os +IMG_SUFFIX=`echo $RANDOM | md5sum | head -c 8; echo;` +DOCKER_IMG="nexus-live-exam-os_"$IMG_SUFFIX usage () { app=`basename $0`