Revert "Pull grafyaml from quay.io"

This reverts commit 01cbb2cdab.

OpenDev is moving back to docker.io to preserve speculative container
image testing.

Depends-On: https://review.opendev.org/c/opendev/grafyaml/+/884291
Change-Id: I37061889efe876511b21209295d9a8124a6f5bcb
This commit is contained in:
Clark Boylan 2023-05-24 13:53:51 -07:00
parent 7a7e377cee
commit f06b263740

View File

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