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:
James E. Blair
2025-11-13 13:21:23 -08:00
parent da68c8a917
commit 1379760697

View File

@@ -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 "$@"