Revert "Pull grafyaml from quay.io"

This reverts commit d6f701cfeb.

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: Ib58e053c8d354f7a223dce1070cae9731f5c32e1
This commit is contained in:
Clark Boylan 2023-05-24 13:55:46 -07:00
parent 6a7e6a6504
commit 6e81c37e80
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
cmd: |
docker run --rm -t -v {{ GRAFYAML_DIR }}:/grafana:ro \
--entrypoint /usr/local/bin/grafana-dashboard \
quay.io/opendevorg/grafyaml --debug validate /grafana
docker.io/opendevorg/grafyaml --debug validate /grafana
- name: install pip
include_role:
@ -95,7 +95,7 @@
shell:
executable: /bin/bash
cmd: |
docker run --rm -t --network=host -e 'GRAFANA_URL=http://admin:password@localhost:3000' -v {{ GRAFYAML_DIR }}:/grafana:ro quay.io/opendevorg/grafyaml
docker run --rm -t --network=host -e 'GRAFANA_URL=http://admin:password@localhost:3000' -v {{ GRAFYAML_DIR }}:/grafana:ro docker.io/opendevorg/grafyaml
- name: Get list of dashboards
uri: