version="1.12.2"
arch="amd64"
wget https://github.com/istio/istio/releases/download/$version/istio-$version-linux-$arch.tar.gz
tar zxvf istio-$version-linux-$arch.tar.gz
cd istio-$version/bin
istioctl manifest generate | kubectl delete -f -
version="1.12.2"
arch="amd64"
wget https://github.com/istio/istio/releases/download/$version/istio-$version-linux-$arch.tar.gz
tar zxvf istio-$version-linux-$arch.tar.gz
cd istio-$version/bin
version="0.9.0"
arch="amd64"
wget https://github.com/keptn/keptn/releases/download/$version/keptn-$version-linux-$arch.tar.gz
tar zxvf keptn-$version-linux-$arch.tar.gz
cd keptn-$version/bin
keptn install --platform=kubernetes --endpoint-service-type=NodePort --use-case=continuous-delivery -y
docker build . -t registry.cn-beijing.aliyuncs.com/dosproj/superset:v$version-$arch