Pull grafyaml from quay.io

This image is moving to quay.io now that the grafana service is running
on top of Ubuntu Noble and podman. Fetch it from the new location once
the image location moves via the depends-on.

Depends-On: https://review.opendev.org/c/opendev/grafyaml/+/956839
Change-Id: I5336666bf15a098414d4e6089a5f7cd6fb476324
This commit is contained in:
Clark Boylan
2025-08-07 16:31:12 -07:00
parent fd40838964
commit 6f7812f43c

View File

@@ -39,11 +39,11 @@ if [[ $(${DOCKER} ps -f "name=grafana-opendev_test" --format '{{.Names}}') \
fi
echo "Pulling grafyaml"
${DOCKER} pull docker.io/opendevorg/grafyaml
${DOCKER} pull quay.io/opendevorg/grafyaml
echo "Reloading dashboards"
${DOCKER} run --rm --network=host \
-e 'GRAFANA_URL=http://admin:password@localhost:3000' \
-v ${GRAFYAML_DIR}:/grafana:ro \
docker.io/opendevorg/grafyaml
quay.io/opendevorg/grafyaml