From 9f85ee041362314bb4508bc5bf3fd37d4999a100 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 14:42:38 +0200 Subject: [PATCH] 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. --- tasks/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index aa22d67..263e4c0 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -73,7 +73,7 @@ # traefik name: "traefik" - image: "docker.io/traefik:v3.7.0" + image: "cr.simoncor.net/dockerhub/library/traefik:v3.7.0" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"