Skip to content

[DSD-9612] mosipdev2 to mosipqa - #1520

Merged
abhishek8shankar merged 1 commit into
mosip:release-1.2.0.1from
gaganamadival:release-1.2.0.1
Jan 16, 2026
Merged

[DSD-9612] mosipdev2 to mosipqa#1520
abhishek8shankar merged 1 commit into
mosip:release-1.2.0.1from
gaganamadival:release-1.2.0.1

Conversation

@gaganamadival

@gaganamadival gaganamadival commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated deployment configuration images.

Note: This release contains infrastructure updates with no direct end-user facing changes.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jan 16, 2026

Copy link
Copy Markdown

Walkthrough

A single configuration file (release/vidivi/images.txt) is updated to replace one Docker image reference (mosipdev/inji-certify-with-plugins:develop) with two separate image references (mosipdev2/inji-web:develop and mosipdev2/mimoto:develop), reflecting a registry and image structure change.

Changes

Cohort / File(s) Change Summary
Image Registry Configuration
release/vidivi/images.txt
Replaced single mosipdev/inji-certify-with-plugins:develop image entry with two separate mosipdev2 registry images: inji-web:develop and mimoto:develop

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • Prafulrakhade

Poem

🐰 One image splits in two,
Mosipdev to mosipdev2, brand new,
Inji-web and mimoto take the stage,
Registry refreshed on this page! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The title 'DSD-9612 mosipdev2 to mosipqa' does not match the actual changes shown in the raw_summary, which replace 'mosipdev/inji-certify-with-plugins' with 'mosipdev2/inji-web' and 'mosipdev2/mimoto', not a change from mosipdev2 to mosipqa. Update the title to accurately reflect the changes made, such as 'DSD-9612 Update Docker images in release configuration' or 'DSD-9612 Replace inji-certify-with-plugins with inji-web and mimoto images'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@abhishek8shankar
abhishek8shankar merged commit 37b0ad7 into mosip:release-1.2.0.1 Jan 16, 2026
1 of 2 checks passed

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@release/vidivi/images.txt`:
- Around line 1-2: The images.txt entries still reference the old registry;
update the two image references "mosipdev2/inji-web:develop develop" and
"mosipdev2/mimoto:develop develop" to the intended registry (e.g., replace the
"mosipdev2" prefix with "mosipqa") or, if the commit message was wrong, correct
the commit/PR title to reflect use of mosipdev2; also search and update any
deployment manifests/Helm charts or scripts that reference those exact image
strings to ensure consistency across deployments.
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b11b6fa and 19f77e5.

📒 Files selected for processing (1)
  • release/vidivi/images.txt

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.

Comment thread release/vidivi/images.txt
Comment on lines +1 to +2
mosipdev2/inji-web:develop develop
mosipdev2/mimoto:develop develop

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
echo "=== Checking actual content of release/vidivi/images.txt ==="
cat -n release/vidivi/images.txt

echo -e "\n=== Checking git history to understand the change ==="
git log --oneline -n 5 -- release/vidivi/images.txt

echo -e "\n=== Searching for references to new images elsewhere in codebase ==="
rg -l "mosipdev2/inji-web|mosipdev2/mimoto" --type-list | head -20

echo -e "\n=== Searching for references to the old image (mosipdev/inji-certify-with-plugins) ==="
rg -n "mosipdev/inji-certify-with-plugins" | head -20

echo -e "\n=== Finding other image list files to check format consistency ==="
find . -type f -name "*images*.txt" -o -name "*image*.txt" | grep -v ".git" | head -20

Repository: mosip/release-script

Length of output: 990


🏁 Script executed:

#!/bin/bash
echo "=== Comparing format with release/checks/images.txt ==="
cat -n release/checks/images.txt

echo -e "\n=== Searching for any mosipqa references in codebase ==="
rg "mosipqa" --type-list | head -20 2>/dev/null || rg "mosipqa" | head -20

echo -e "\n=== Checking git diff for this commit to see full context ==="
git show --stat 19f77e5

echo -e "\n=== Checking if there are more changes in this commit ==="
git show 19f77e5 | head -100

Repository: mosip/release-script

Length of output: 9992


🏁 Script executed:

#!/bin/bash
echo "=== Checking full git diff for release/vidivi/images.txt specifically ==="
git show 19f77e5:release/vidivi/images.txt

echo -e "\n=== Checking if there are any related issues or PRs mentioning DSD-9612 ==="
grep -r "DSD-9612" . 2>/dev/null | head -20

Repository: mosip/release-script

Length of output: 282


Critical: PR title and implementation are mismatched — images still use "mosipdev2" registry, not "mosipqa".

The commit message "[DSD-9612] mosipdev2 to mosipqa" indicates images should reference the mosipqa registry, but both lines in this file reference mosipdev2 instead. This discrepancy suggests either an incomplete implementation or an incorrect commit message that needs correction before merge.

Verify that:

  • These images exist in the mosipdev2 registry and are appropriate for use.
  • Any deployment scripts, Helm charts, or configurations that previously referenced mosipdev/inji-certify-with-plugins:develop have been updated to use both new images.
🤖 Prompt for AI Agents
In `@release/vidivi/images.txt` around lines 1 - 2, The images.txt entries still
reference the old registry; update the two image references
"mosipdev2/inji-web:develop develop" and "mosipdev2/mimoto:develop develop" to
the intended registry (e.g., replace the "mosipdev2" prefix with "mosipqa") or,
if the commit message was wrong, correct the commit/PR title to reflect use of
mosipdev2; also search and update any deployment manifests/Helm charts or
scripts that reference those exact image strings to ensure consistency across
deployments.

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.

2 participants