Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compose file #780

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Fix compose file #780

merged 1 commit into from
Jul 27, 2024

Conversation

NolanTrem
Copy link
Collaborator

@NolanTrem NolanTrem commented Jul 27, 2024

Fixes #779.

🚀 This description was created by Ellipsis for commit 84cc379

Summary:

Updated Docker image reference and incremented version in pyproject.toml.

Key points:

  • Updated Docker image reference in compose.yaml from r2r:kg to emrgntcmplxty/r2r:main.
  • Incremented version in pyproject.toml from 0.2.71 to 0.2.72.

Generated with ❤️ by ellipsis.dev

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 84cc379 in 40 seconds

More details
  • Looked at 28 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_YZmR5HkvCvAKFXHe


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -19,7 +19,7 @@ networks:

services:
r2r:
image: r2r:kg
image: emrgntcmplxty/r2r:main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a mutable Docker image tag like 'main' can lead to issues with reproducibility and stability. Consider pinning to a specific version or an immutable tag to ensure consistent environments.

@NolanTrem NolanTrem merged commit a830fd0 into main Jul 27, 2024
4 checks passed
@NolanTrem NolanTrem deleted the Nolan/FixImage branch July 27, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error pull access denied for r2r
1 participant