Allow the NetBox image through the ghcr remote #17

Merged
benvin merged 1 commits from benvin/netbox-ghcr-allowlist into main 2026-07-28 17:28:22 +10:00
Owner

Why

NetBox is being deployed to k8s (argocd-apps PR) as the source of truth for host/interface/IPAM data, replacing Cobbler's inventory role. The NetBox container image is ghcr.io/netbox-community/netbox, pulled through the artifactapi ghcr mirror, which is gated by the ghcr remote allowlist.

Change

  • Add ^netbox-community/ to the ghcr remote patterns.

Merge order

Merge-before the argocd-apps NetBox PR so the image can be pulled on first sync. No effect on anything else.

https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv

## Why NetBox is being deployed to k8s (argocd-apps PR) as the source of truth for host/interface/IPAM data, replacing Cobbler's inventory role. The NetBox container image is `ghcr.io/netbox-community/netbox`, pulled through the artifactapi ghcr mirror, which is gated by the ghcr remote allowlist. ## Change - Add `^netbox-community/` to the ghcr remote `patterns`. ## Merge order Merge-before the argocd-apps NetBox PR so the image can be pulled on first sync. No effect on anything else. https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
unkinben added 1 commit 2026-07-28 16:45:22 +10:00
Allow the NetBox image through the ghcr remote
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
0d4fd7a3f5
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
benvin merged commit 3a0b328a6f into main 2026-07-28 17:28:22 +10:00
benvin deleted branch benvin/netbox-ghcr-allowlist 2026-07-28 17:28:23 +10:00
Sign in to join this conversation.