From 0d4fd7a3f52693ef306fbcb41a77a9746c7d57aa Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 28 Jul 2026 16:44:52 +1000 Subject: [PATCH] Allow the NetBox image through the ghcr remote NetBox is being deployed to k8s (argocd-apps) as the source of truth for host/interface/IPAM data. Its image is ghcr.io/netbox-community/netbox, pulled through the artifactapi ghcr mirror, so add the ^netbox-community/ pattern to the ghcr remote allowlist. Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv --- 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 b14d929..d0accb3 100644 --- a/config/remote_docker/ghcr.yaml +++ b/config/remote_docker/ghcr.yaml @@ -10,6 +10,7 @@ patterns: - "^goauthentik/" - "^home-operations/" - "^jellyfin/" + - "^netbox-community/" - "^onedr0p/" - "^open-webui/open-webui" - "^openvoxproject/" -- 2.47.3