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:
parent
086102059e
commit
d25745535e
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
# run grafana
|
# run grafana
|
||||||
name: "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"
|
image_name_mismatch: "recreate"
|
||||||
restart_policy: "unless-stopped"
|
restart_policy: "unless-stopped"
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
# run prometheus
|
# run prometheus
|
||||||
name: "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"
|
image_name_mismatch: "recreate"
|
||||||
restart_policy: "unless-stopped"
|
restart_policy: "unless-stopped"
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue