From 9a1d5c2d335a86c542cd0981681b447450562168 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/rustfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rustfs.yaml b/tasks/rustfs.yaml index 41ff0ba..6d13e0e 100644 --- a/tasks/rustfs.yaml +++ b/tasks/rustfs.yaml @@ -35,7 +35,7 @@ # rustfs name: "rustfs" - image: "docker.io/rustfs/rustfs:1.0.0-alpha.97" + image: "cr.simoncor.net/dockerhub/rustfs/rustfs:1.0.0-alpha.97" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"