Commit ca97b1b3 authored by liwu's avatar liwu

@dev更新skywalking版本

parent 223cad42
......@@ -8,7 +8,7 @@ fi
. env.sh
existImageId=`docker images |grep "$IMAGE_NAME" |awk '{print $3}'`
existImageId=`docker images |grep "ajlx/$IMAGE_NAME" |awk '{print $3}'`
if [ -n "$existImageId" ]; then
echo "Removing exist image: $existImageId"
docker rmi "$existImageId"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment