Title here
Summary here
Policy bundles published from complytime-policies will each get their
own Quay.io repository with a policies- prefix (e.g.,
quay.io/complytime/policies-ampel-branch-protection) instead of sharing
a single repository with bundle-name tags.
None. complyctl treats complytime.yaml URLs as opaque OCI
references. The ParsePolicyRef and registry client code already
support any valid OCI reference format — single-repo or multi-repo.
Before (single repo, bundle-name tag):
policies:
- id: ampel-branch-protection
url: quay.io/complytime/complytime-policies@ampel-branch-protectionAfter (per-bundle repo with policies- prefix, version tag):
policies:
- id: ampel-branch-protection
url: quay.io/complytime/policies-ampel-branch-protection:latestdocs/QUICK_START.md — update OCI reference examplesSee the canonical ADR in complytime-policies for full context, rationale, and alternatives considered.