AICR build/CI registry egress

View as Markdown

Generated by tools/registry-inventory — do not edit by hand. Run make registry-docs to regenerate.

Every package/container registry AICR’s builds and CI reach out to, extracted from the structured build/CI sources (recipes/registry.yaml, .settings.yaml, .goreleaser.yaml / .ko.yaml, Dockerfiles, .github Actions, tools/setup-tools). This host-level summary is the browsable companion to the CODEOWNER-gated allowlist that gates these hosts in CI (tools/registry-inventory/registry-allowlist.yaml). Transitive chart-rendered image pulls are inventoried separately in the BOM (docs/user/container-images.md); the full per-record inventory (image refs, pins, provenance) is produced by make registry-inventory.

Distinct hosts (26)

HostPackage typesDirections
aptaptpull
aws.github.iohelm-chart-httppull
charts.jetstack.iohelm-chart-httppull
cr.agentgateway.devoci-helm-chartpull
dl.k8s.iobinary-releasepull
docker.gitea.comcontainer-imagepull
docker.iocontainer-imagepull
get.helm.shbinary-releasepull
ghcr.iocontainer-image, oci-helm-chartpull, push
github-actionsgithub-actionpull
github.combinary-releasepull
helm.ngc.nvidia.comhelm-chart-httppull
homebrewbrewpull
jmcgrath207.github.iohelm-chart-httppull
kind.sigs.k8s.iobinary-releasepull
kubernetes-sigs.github.iohelm-chart-httppull
nvcr.iocontainer-imagepull
nvidia.github.iohelm-chart-httppull
open-policy-agent.github.iohelm-chart-httppull
prometheus-community.github.iohelm-chart-httppull
proxy.golang.orggo-modulepull
public.ecr.awscontainer-imagepull
pypi.orgpypipull
raw.githubusercontent.cominstall-scriptpull
registry.k8s.iooci-helm-chartpull
sum.golang.orggo-modulepull

Not statically gated

These egress surfaces are known but not host-gated — the inventory is a floor, not a ceiling:

  • tests/uat/lib/phases.sh (helm-diff plugin + workload images assembled from shell vars)
  • kwok/scripts/*.sh (in-cluster registry/gitea/karpenter side-loads)
  • pkg/**/*.go Sigstore endpoint constants (fulcio/rekor/tuf/oidc) — see pkg/defaults/sigstore.go
  • GitHub workflow inline image: and docker/login-action registry inputs
  • tools/setup-tools: best-effort only — URLs built from shell vars are reported as warnings, not records
  • GitHub Actions per-OWNER trust: all uses: collapse to host github-actions, so a new third-party action owner is not gated (only SHA-pinning is enforced, by TestExternalActionsArePinned)