feat: use pull-through cache for Docker Hub images

Replace docker.io references with cr.simoncor.net/dockerhub
pull-through cache. Official images now use explicit library/
namespace for cache compatibility.
This commit is contained in:
Simon Cornet 2026-05-08 14:42:38 +02:00
commit d25745535e
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
# run grafana
name: "grafana"
image: "docker.io/grafana/grafana-oss:12.4.3"
image: "cr.simoncor.net/dockerhub/grafana/grafana-oss:12.4.3"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
network_mode: "host"

View file

@ -58,7 +58,7 @@
# run prometheus
name: "prometheus"
image: "docker.io/prom/prometheus:v3.11.3"
image: "cr.simoncor.net/dockerhub/prom/prometheus:v3.11.3"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
network_mode: "host"