fix(web): OCI sign-in step is always required, not "only if private" (BUNYIP-393) #386
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-393-oci-login-always-required"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
The container-image pull instructions told users to sign in to the registry "only if it is private". But the registry is a private proxy - authentication with a8n.systems credentials is always required - so the qualifier misled users into skipping
docker login.Fix
bunyip-web/src/handlers/dashboard.rs,container_instructions:The step now reads as unconditional. Build + fmt green. One file, +3/-2.
The container-image pull instructions told users to sign in to the registry "only if it is private", but the registry is a private proxy - authentication with a8n.systems credentials is always required, and the qualifier misled users into skipping docker login. Remove the conditional from the step label ("Sign in to the registry") and from the helper's doc comment so the sign-in step reads as always required. #BUNYIP-393 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>