Improve GHCR pull troubleshooting and post-publish visibility checks#342
Open
dhruv7539 wants to merge 2 commits intogleanwork:mainfrom
Open
Improve GHCR pull troubleshooting and post-publish visibility checks#342dhruv7539 wants to merge 2 commits intogleanwork:mainfrom
dhruv7539 wants to merge 2 commits intogleanwork:mainfrom
Conversation
This was referenced Feb 26, 2026
Author
|
Pushed a follow-up commit to strengthen the GHCR side of this PR:\n\n- switched anonymous GHCR verification from warning-only to enforced check (with retry for propagation delay)\n- added anonymous |
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.
Summary
docker pull ghcr.io/gleanwork/local-mcp-server:latestreturnsdenied/403Why
Issue reports indicate users may hit GHCR permission errors while trying to adopt Docker-based local MCP server deployment. This change improves user-facing troubleshooting and adds CI visibility when package/image visibility drifts from expected public access.
Validation
npx -y pnpm@9.15.9 -r testnpx -y pnpm@9.15.9 exec prettier --check packages/local-mcp-server/README.md docs/troubleshooting.md .github/workflows/publish-docker.ymlRelated to #318
Related to #106