From 01a09a229ad393e0e0870059ea875c07c3c3b72e Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 15 Aug 2026 12:09:28 +1000 Subject: [PATCH] ghcr: allow k8up-io images through the docker remote The k8up operator (deployed via the k8up-system app) and its restic backup/prune/check jobs both run ghcr.io/k8up-io/k8up, which the containerd mirror only serves when the image path is allowlisted. - Add ^k8up-io/ to the ghcr remote patterns --- config/remote_docker/ghcr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_docker/ghcr.yaml b/config/remote_docker/ghcr.yaml index 2754ad2..240a427 100644 --- a/config/remote_docker/ghcr.yaml +++ b/config/remote_docker/ghcr.yaml @@ -11,6 +11,7 @@ patterns: - "^goodtune/ghp" - "^home-operations/" - "^jellyfin/" + - "^k8up-io/" - "^netbox-community/" - "^onedr0p/" - "^open-webui/open-webui" -- 2.47.3