docs: point Docker image references at docker.sourcebot.dev#1430
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
WalkthroughDocker image references are updated from ChangesDocker registry migration
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
brendan-kellam
previously approved these changes
Jul 10, 2026
f9cb194 to
6d77455
Compare
Replace ghcr.io/sourcebot-dev/sourcebot with docker.sourcebot.dev/sourcebot-dev/sourcebot in docker-compose.yml, fly.toml, and the docs install/run examples. Pull references only; the CI publish pipeline continues to push to ghcr.io. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6d77455 to
14e9e44
Compare
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Replaces
ghcr.io/sourcebot-dev/sourcebotwithdocker.sourcebot.dev/sourcebot-dev/sourcebotacross user-facing pull references:docker-compose.ymland the docs install/run examples (connections, upgrade guide, telemetry, subscription, review-agent, permission-syncing, config-file).Scope: pull references only. The CI publish pipeline (
_build.yml,_merge.yml,release-prod.yml,vulnerability-triage.yml) still logs in and pushes toghcr.ioand is intentionally unchanged. Third-party references (ghcr.io/devcontainers/*, vendoredghcr.io/sourcegraph/zoekt) are left as-is.🤖 Generated with Claude Code
Note
Low Risk
Documentation and sample compose image strings only; no application or CI publish logic changes in this diff.
Overview
Self-hosters are steered to
docker.sourcebot.dev/sourcebot-dev/sourcebotfor pulls instead ofghcr.io/sourcebot-dev/sourcebot. The officialdocker-compose.ymlsourcebotservice image is updated the same way.Docs examples that end with a
docker runimage (config file, connections, subscription, telemetry, permission syncing, review agent, v4→v5 upgrade—including the v4.17.4 pin) are updated to the new registry path. CI publish targets and other third-partyghcr.ioreferences are out of scope for this diff.Reviewed by Cursor Bugbot for commit 14e9e44. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit
Documentation
Chores