fix: pin redisinsight image to specific version#11625
fix: pin redisinsight image to specific version#11625dsk-dev-ai wants to merge 4 commits intoappwrite:1.9.xfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Greptile SummaryThis PR pins the
Confidence Score: 5/5
Important Files Changed
Reviews (1): Last reviewed commit: "fix: pin redisinsight image to specific ..." | Re-trigger Greptile |
dsk-dev-ai
left a comment
There was a problem hiding this comment.
Hello Sir, This PR Closes #11612 [As Fix Of That Issue]
|
@dsk-dev-ai hi, i created #11612 this issue before you. i am following the process. When they assign the issue to me. I am gonna create a PR about the issue. Also, the 2.54.0 tag is not the right choice for this issue. We must use 3.2.0 tag for the solution. You can check current tags in the https://hub.docker.com/r/redis/redisinsight/tags |
Thanks for clearification, now plz suggest what I do ? |
|
In our case, the current tag for RedisInsight is latest, which makes it unstable for consistent usage. Instead, we should use a fixed version tag. According to our Docker registry, the latest stable RedisInsight version is 3.2.0, so we should use this tag to ensure consistency and reliability. |
Replaced this: "image: redis/redisinsight:2.54.0" With this: "image: redis/redisinsight:3.2.0"
What does this PR do?
This PR replaces the
latesttag for the RedisInsight image with a fixed version.Why?
Using
latestcan lead to:Pinning the version ensures reproducibility and stability.
Changes
redis/redisinsight:latest → redis/redisinsight:2.54.0
Notes
Version selected from official Docker Hub as a stable release.