[DSD-9664] injistackdev to injistackdev2 - #1530
Conversation
Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
WalkthroughUpdated the vidivi release manifest by replacing a single PMS API test image reference with two new Inji verification service image entries, both pointing to the develop branch from the injistackdev registry. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@release/vidivi/images.txt`:
- Around line 1-2: The image manifest still references the old registry and
mutable tags: update both occurrences of
injistackdev/inji-verify-service:develop and injistackdev/inji-verify-ui:develop
to the new registry injistackdev2 and replace the mutable "develop" tag with
immutable version identifiers (e.g.,
injistackdev2/inji-verify-service:develop-v1.0 or a specific semver/release tag
or digest) so the images are pinned for reproducible releases.
| injistackdev/inji-verify-service:develop develop | ||
| injistackdev/inji-verify-ui:develop develop |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
# Check the file content
cat -n release/vidivi/images.txtRepository: mosip/release-script
Length of output: 170
🏁 Script executed:
# Search for any PR or changelog context that mentions registry changes
rg "injistackdev|injistackdev2" --type txt --type md -A 2 -B 2Repository: mosip/release-script
Length of output: 208
🏁 Script executed:
# Check if there are other image configuration files for context
fd -e txt -e md -e yaml -e yml | grep -i "image\|manifest\|release" | head -20Repository: mosip/release-script
Length of output: 670
🏁 Script executed:
# Check the vidivi config and documentation
cat -n release/vidivi/config.ymlRepository: mosip/release-script
Length of output: 445
🏁 Script executed:
# Check README for context about this file
cat -n release/vidivi/README.mdRepository: mosip/release-script
Length of output: 16774
🏁 Script executed:
# Check git log for recent commits to this file
git log --oneline -10 release/vidivi/images.txt 2>/dev/null || echo "No git history available"Repository: mosip/release-script
Length of output: 112
🏁 Script executed:
# Check the checks/images.txt for comparison to understand the pattern
cat -n release/checks/images.txtRepository: mosip/release-script
Length of output: 3165
Update registry to injistackdev2 and replace mutable develop tags with immutable versions.
The commit message confirms the migration intent from injistackdev to injistackdev2, but the manifest still references injistackdev. Additionally, develop tags are mutable and break release reproducibility—use immutable version/digest tags instead (e.g., develop → a specific version like develop-v1.0 or release version).
🤖 Prompt for AI Agents
In `@release/vidivi/images.txt` around lines 1 - 2, The image manifest still
references the old registry and mutable tags: update both occurrences of
injistackdev/inji-verify-service:develop and injistackdev/inji-verify-ui:develop
to the new registry injistackdev2 and replace the mutable "develop" tag with
immutable version identifiers (e.g.,
injistackdev2/inji-verify-service:develop-v1.0 or a specific semver/release tag
or digest) so the images are pinned for reproducible releases.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.