Commit 223cad42 authored by liwu's avatar liwu

@dev更新skywalking版本

parent e6bc7d15
......@@ -2,13 +2,13 @@
docker ps > /dev/null 2>&1
if [ "$?" -ne 0 ]; then
echo "Docker is not running correctly!"z
echo "Docker is not running correctly!"
exit 1
fi
. env.sh
existImageId=`docker images |grep "$IMAGE_NAME" |grep "$VERSION" |awk '{print $3}'`
existImageId=`docker images |grep "$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