|
|
@ -12,6 +12,7 @@ echo "repository: ${repository}"
|
|
|
|
source ./path_info.cfg
|
|
|
|
source ./path_info.cfg
|
|
|
|
echo "start to build docker images"
|
|
|
|
echo "start to build docker images"
|
|
|
|
currentPwd=${pwd}
|
|
|
|
currentPwd=${pwd}
|
|
|
|
|
|
|
|
echo ${currentPwd}
|
|
|
|
i=0
|
|
|
|
i=0
|
|
|
|
for path in ${service_source_root[*]}
|
|
|
|
for path in ${service_source_root[*]}
|
|
|
|
do
|
|
|
|
do
|
|
|
@ -23,6 +24,7 @@ do
|
|
|
|
echo "build ${image} success"
|
|
|
|
echo "build ${image} success"
|
|
|
|
docker push ${image}
|
|
|
|
docker push ${image}
|
|
|
|
echo "push ${image} success"
|
|
|
|
echo "push ${image} success"
|
|
|
|
|
|
|
|
cd ${currentPwd}
|
|
|
|
echo "=============================="
|
|
|
|
echo "=============================="
|
|
|
|
i=$((i + 1))
|
|
|
|
i=$((i + 1))
|
|
|
|
cd ${currentPwd}
|
|
|
|
cd ${currentPwd}
|
|
|
|