quickstart: the auth provider image is ghcr.io/provin-line/auth-provider - #29
Merged
Conversation
Renamed upstream (provin-line/auth#7): the old auth-auth-provider was an `auth-` prefix concatenated onto a generator already called auth-provider, so the registry carried a name that said nothing twice. Both references move — the compose file that pulls it, and the source-build fallback Dockerfile's comment describing what compose uses. Nothing else in this repository named it. Done before this repository goes public, while the set of people who could be pinning the old name is still empty. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renamed upstream in provin-line/auth#7: the old
auth-auth-providerwas anauth-prefix concatenated onto a generator already calledauth-provider, so the registry carried a name that said nothing twice.Two references move:
deploy/quickstart/docker-compose.ymldeploy/quickstart/auth-provider.DockerfileNothing else in this repository named it (
grepfor the old name is now empty here).Timing
Done before this repository goes public, while the set of people who could be pinning the old name is still empty. The packages became public minutes before the rename and no release has been announced.
The publication runbook sequences the GHCR flip before the oss flip precisely so the quickstart's front door is never broken; this keeps that promise pointing at a name that will exist.
Verification
docker compose config --quietpasses on the quickstart file. The new image is published by auth'spublish-imagesworkflow under the corrected name; its visibility flip and the deletion of the old package are runbook steps, not this PR's.🤖 Generated with Claude Code