Use local docker image for e2e testing

This commit is contained in:
stefanprodan
2019-02-24 02:11:32 +02:00
parent ac4972dd8d
commit 5b43d3d314
+1 -1
View File
@@ -31,7 +31,7 @@ helm upgrade -i istio istio.io/istio --wait --namespace istio-system -f ${REPO_R
export KUBECONFIG="$(kind get kubeconfig-path)"
echo '>>> Installing Flagger'
cd ${REPO_ROOT} && docker build -t stefanprodan/flagger:latest . -f Dockerfile
cd ${REPO_ROOT} && docker build -t test/flagger:latest . -f Dockerfile
kind load docker-image test/flagger:latest
kubectl apply -f ${REPO_ROOT}/artifacts/flagger/
kubectl -n istio-system set image deployment/flagger flagger=test/flagger:latest