From f08a36e4c8a06768f216e04e062be1fd558027d7 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/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 4c9f96b..b06c45b 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -80,7 +80,7 @@ # semaphore name: "semaphore-app" - image: "docker.io/semaphoreui/semaphore:v2.18.2" + image: "cr.simoncor.net/dockerhub/semaphoreui/semaphore:v2.18.2" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"