docs: document OCI/docker registry credential discovery#1001
Conversation
Explain how registry credentials are resolved for --artifact-type=oci (and docker with --registry-username set): explicit flags first, then Docker/Podman auth files and credential helpers, then anonymous access. Also note --registry-provider is deprecated and no longer used.
|
Claude finished @sofusalbertsen's task in 1m 47s —— View job Review: PR #1001 — document OCI/docker registry credential discovery
Verdict: LGTM ✅ — accurate, and the earlier blockers are resolvedAccuracy vs. implementation — the doc text now matches the code exactly:
Fixtures fixed — the concern from the earlier review runs (mine + @mbevc1's "we'll need to update fixtures") is now addressed by commit
Minor nit (non-blocking)Step 1 reads "If Nice touches
|
mbevc1
left a comment
There was a problem hiding this comment.
Minor nit and we'll need to update fixtures for testing. But looks good otherwise
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Explain how registry credentials are resolved for --artifact-type=oci (and docker with --registry-username set): explicit flags first, then Docker/Podman auth files and credential helpers, then anonymous access. Also note --registry-provider is deprecated and no longer used.