Update zuul-client image location
We have a helper script on the schedulers to launch a zuul-client container. Update the image location to quay.io. Change-Id: Ic9806128cbba7532fdd3e102f86c345b51b77f2e
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run --rm -it --network=host -v /root/.config/zuul:/root/.config/zuul zuul/zuul-client --use-config opendev "$@"
|
||||
docker run --rm -it --network=host -v /root/.config/zuul:/root/.config/zuul quay.io/zuul-ci/zuul-client --use-config opendev "$@"
|
||||
|
||||
Reference in New Issue
Block a user