[DSD-9652] injistackdev to injistackdev2 - #1525
Conversation
Signed-off-by: gaganamadival <94885434+gaganamadival@users.noreply.github.com>
WalkthroughThis PR updates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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: Update the two image references in release/vidivi/images.txt
so they use the renamed registry `injistackdev2` (replace
`injistackdev/inji-certify-with-plugins:develop` and
`injistackdev/apitest-inji-certify:develop` with `injistackdev2/...`), and also
decide whether a `develop` tag is appropriate for this release—if not, change
the tag to the intended release tag (e.g., a version or `latest`) or document
why `develop` should remain; ensure both image strings are updated consistently.
| injistackdev/inji-certify-with-plugins:develop develop | ||
| injistackdev/apitest-inji-certify:develop develop |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
# First, check if the file exists and examine its content
cat -n release/vidivi/images.txtRepository: mosip/release-script
Length of output: 182
🏁 Script executed:
# Search for references to injistackdev2 in the codebase to verify if it's a valid/existing registry/organization
rg "injistackdev2" --type-listRepository: mosip/release-script
Length of output: 453
🏁 Script executed:
# Search for other references to injistackdev to understand the pattern
rg "injistackdev" -A 2 -B 2 --max-count=20Repository: mosip/release-script
Length of output: 220
🏁 Script executed:
# Check the directory structure around the images.txt file
ls -la release/vidivi/Repository: mosip/release-script
Length of output: 543
🏁 Script executed:
# Check git history for this file to understand the change context
git log --oneline -10 release/vidivi/images.txtRepository: mosip/release-script
Length of output: 112
🏁 Script executed:
# Get more detailed info about recent commits affecting this file
git log -1 --format="%H %ae %ai %s" release/vidivi/images.txtRepository: mosip/release-script
Length of output: 219
🏁 Script executed:
# Search for any references to the issue DSD-9652 or PR title context
rg "DSD-9652|injistackdev2" -iRepository: mosip/release-script
Length of output: 46
🏁 Script executed:
# Check if there's any documentation or comments explaining the change
rg "inji-certify|apitest-inji" -B 3 -A 3Repository: mosip/release-script
Length of output: 220
Images do not match commit intent—replace injistackdev with injistackdev2.
The commit message "[DSD-9652] injistackdev to injistackdev2" indicates a rename to injistackdev2, but the code contains injistackdev on both lines. Update the image registry names to match the stated intent, or clarify why the images were not changed.
Additionally, consider whether using develop branch images in a release context is appropriate; develop branches are typically unstable for production releases.
🤖 Prompt for AI Agents
In `@release/vidivi/images.txt` around lines 1 - 2, Update the two image
references in release/vidivi/images.txt so they use the renamed registry
`injistackdev2` (replace `injistackdev/inji-certify-with-plugins:develop` and
`injistackdev/apitest-inji-certify:develop` with `injistackdev2/...`), and also
decide whether a `develop` tag is appropriate for this release—if not, change
the tag to the intended release tag (e.g., a version or `latest`) or document
why `develop` should remain; ensure both image strings are updated consistently.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.