[DSD-9202] move image fom dev to dev2 - #1365
Conversation
Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
WalkthroughA Docker image reference in the release configuration is updated from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
release/vidivi/images.txt(1 hunks)
🔇 Additional comments (1)
release/vidivi/images.txt (1)
1-1: The Docker image is valid, accessible, and confirmed to be active.The verification confirms that
mosipdev/inji-certify-with-plugins:release-0.13.xexists on Docker Hub as a public image with both amd64 and arm64 architectures. The image was last pushed on Nov 11 and pulled today (Nov 12), indicating recent use. The file addition aligns with the established vidivi image transfer workflow shown in the repository's release process for Docker image promotions.
| @@ -1 +1 @@ | |||
| mosipdev/esignet-with-plugins:release-1.7.x 1.7.x | |||
| mosipdev/inji-certify-with-plugins:release-0.13.x release-0.13.x | |||
There was a problem hiding this comment.
Fix format inconsistency in the tag version field.
The second field (tag version) breaks the established pattern. Based on the AI summary, the previous line used format image:release-1.7.x 1.7.x (version only in the second field), but the new line uses image:release-0.13.x release-0.13.x (full tag with prefix in the second field).
Apply this diff to align with the established format:
-mosipdev/inji-certify-with-plugins:release-0.13.x release-0.13.x
+mosipdev/inji-certify-with-plugins:release-0.13.x 0.13.x📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| mosipdev/inji-certify-with-plugins:release-0.13.x release-0.13.x | |
| mosipdev/inji-certify-with-plugins:release-0.13.x 0.13.x |
🤖 Prompt for AI Agents
In release/vidivi/images.txt around lines 1 to 1, the tag version field repeats
the full tag instead of using only the version suffix; change the second field
from "release-0.13.x" to just "0.13.x" so the line becomes
"mosipdev/inji-certify-with-plugins:release-0.13.x 0.13.x", keeping the image
reference intact and aligning with the established pattern.
Summary by CodeRabbit