Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates documentation and Docker Compose examples to reference branch-based / floating Docker image tags instead of specific versioned tags, aiming to keep referenced images aligned with the latest builds.
Changes:
- Update PostgreSQL image tag references to
main-postgresqlin README and docker-compose comments. - Update LocalRecall image tag references to
latestin README and docker-compose comments. - Minor docker-compose volume section line adjustment (no functional change).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
docker-compose.yml |
Updates commented-out image: examples for postgres and ragserver to main-postgresql / latest. |
README.md |
Updates manual run examples to use main-postgresql for Postgres image and :latest for LocalRecall image. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates the Docker image tags in both the
README.mdanddocker-compose.ymlfiles to use the latest and main branches instead of specific versions. This ensures that users and developers are working with the most up-to-date images and simplifies maintenance.Docker image tag updates:
README.mdexample fromlatest-postgresqltomain-postgresqlto reflect the current main branch.README.mdexample from an untagged image tolatestfor clarity and consistency.docker-compose.ymlfromv0.5.2-postgresqltomain-postgresqlto align with the main branch.docker-compose.ymlfromv0.5.2tolatestto use the latest available image.