unkinben 0d4fd7a3f5
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
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
2026-07-28 16:44:52 +10:00
2026-07-03 21:29:02 +10:00
2026-07-03 21:29:02 +10:00
2026-07-05 17:16:17 +10:00

terraform-artifactapi

Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.

Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the filename is the repository name. make plan / make apply (via Terragrunt) reconcile them against the ArtifactAPI instance.

Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual (merged views over members of one package type).

S
Description
Terraform configuration for managing ArtifactAPI remote and virtual repositories
Readme 185 KiB
Languages
HCL 91.7%
Makefile 8.3%