Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions release/vidivi/images.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mosipdev/pmp-ui-v2:release-1.3.x 1.3.x
mosipdev/partner-management-service:release-1.3.x 1.3.x
mosipdev/policy-management-service:release-1.3.x 1.3.x
injistackdev/inji-certify-with-plugins:develop develop
injistackdev/apitest-inji-certify:develop develop
Comment on lines +1 to +2

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:

# First, check if the file exists and examine its content
cat -n release/vidivi/images.txt

Repository: 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-list

Repository: 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=20

Repository: 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.txt

Repository: 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.txt

Repository: 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" -i

Repository: 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 3

Repository: 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.