From 48b28d644250c8af4b1eb62200f2c9d2934f63ba 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/pulse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pulse.yaml b/tasks/pulse.yaml index 484b7ff..d83600e 100644 --- a/tasks/pulse.yaml +++ b/tasks/pulse.yaml @@ -34,7 +34,7 @@ # pulse name: "pulse" - image: "docker.io/rcourtman/pulse:4.36.2" + image: "cr.simoncor.net/dockerhub/rcourtman/pulse:4.36.2" image_name_mismatch: "recreate" network_mode: "host" restart_policy: "unless-stopped"