dockerhub: proxy grafana/ images #5

Merged
benvin merged 1 commits from benvin/grafana-images into main 2026-07-06 23:52:55 +10:00
Owner

Why

The grafana-operator (deployed in argocd-apps) creates Grafana pods from docker.io/grafana/grafana. The dockerhub remote doesn't allow ^grafana/, so the pods would ImagePullBackOff.

Change

Add ^grafana/ to config/remote_docker/dockerhub.yaml patterns (covers grafana/grafana + grafana/grafana-image-renderer).

## Why The grafana-operator (deployed in argocd-apps) creates Grafana pods from `docker.io/grafana/grafana`. The dockerhub remote doesn't allow `^grafana/`, so the pods would ImagePullBackOff. ## Change Add `^grafana/` to `config/remote_docker/dockerhub.yaml` patterns (covers grafana/grafana + grafana/grafana-image-renderer).
unkinben added 1 commit 2026-07-06 22:11:48 +10:00
dockerhub: proxy grafana/ images
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
7ce31f864c
The grafana-operator creates Grafana pods from docker.io/grafana/grafana,
which the dockerhub remote did not allow, so the pods would ImagePullBackOff.
Add the ^grafana/ pattern so the grafana image (and image-renderer) proxy
through artifactapi.
benvin merged commit 834a04a034 into main 2026-07-06 23:52:55 +10:00
benvin deleted branch benvin/grafana-images 2026-07-06 23:52:55 +10:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/terraform-artifactapi#5