-
Notifications
You must be signed in to change notification settings - Fork 33
[MOSIP-43640] changes for GA release #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ckm007
merged 3 commits into
mosip:release-1.3.x
from
Prafulrakhade:release-1.3.x-MOSIP-43640
Nov 25, 2025
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
The previous review raised critical concerns about the base image change from
docker.io/bitnami/keycloak:16.1.1todocker.io/mosipid/keycloak:16.1.1. For a GA release, this supply chain shift still requires:mosipid(unverified provenance)?/opt/bitnamipaths. Doesmosipid/keycloak:16.1.1maintain Bitnami's directory layout and scripts?mosipid/keycloak:16.1.1is scanned for vulnerabilities and has equivalent patch/maintenance cadence as Bitnami.keycloak-artemis/README.mdstill references Bitnami version16.1.1-debian-10-r85and needs updating.docker.io/mosipid/keycloak:16.1.1across all deployment environments.This risk mitigation should complete before GA approval.
Run this script to verify mosipid image compatibility and documentation gaps:
🏁 Script executed:
Length of output: 1054
I need to verify the baseline image change and resolve the apparent mismatch between the Dockerfile and deployment scripts.
Let me check the documentation files and get git context to understand the baseline image change.<!-- [scratchpad_update]
[task review_file_1/1 verify_critical_issues]
[new_observations]
[critical_findings]
[scratchpad_end] -->
Now let me examine the specific documentation and deployment files to confirm the actual state.
🏁 Script executed:
Length of output: 4677
Let me verify the mosipid image accessibility and clarify the registry mismatch.
🏁 Script executed:
Length of output: 557
🌐 Web query:
💡 Result:
Brief summary — where MOSIP's Keycloak Docker images live and example image names:
MOSIP publishes Keycloak-related container images on Docker Hub under the mosipid organization (images referenced in MOSIP docs and community threads). Example image names/tags found in MOSIP docs/forums: mosipid/mosip-keycloak:16.1.1-debian-10-r85 and mosipid/keycloak-init:1.2.0.1-B1. [1][2]
MOSIP installation guides and CTK docs list other mosipid/* images (e.g., mosipid/keycloak-init, mosipid/postgres-init) that are used during MOSIP deployments; consult the repo/version-specific docs for exact image names/tags for your MOSIP release. [3]
If you want, I can:
Sources:
[1] MOSIP community thread showing mosipid/mosip-keycloak:16.1.1-debian-10-r85.
[2] MOSIP docs/CTK setup listing mosipid/keycloak-init and other mosipid/* images.
[3] MOSIP docs and readthedocs references to mosipid images used by compliance-toolkit.
CRITICAL: Dockerfile uses incorrect/non-existent base image — must fix before GA release.
The Dockerfile base image is misconfigured and contradicts deployment infrastructure:
Dockerfile declares incorrect image name:
docker.io/mosipid/keycloak:16.1.1mosipid/mosip-keycloak:16.1.1-debian-10-r85(withmosip-prefix and full debian version tag)Deployment infrastructure mismatch:
docker.io/mosipid/keycloak:16.1.1deploy/install.shline 23:mosipqa/mosip-artemis-keycloak:1.3.xOutdated deployment documentation:
deploy/README.mdstill states "This will install Keycloak as bitnami helm chart" which contradicts the actual mosipqa image being deployedUnresolved GA concerns from prior review: No documented justification for the supply chain shift, no security scanning infrastructure, and documentation gaps remain
Required fixes before GA approval:
docker.io/mosipid/mosip-keycloak:16.1.1-debian-10-r85deploy/README.mdto reflect current deployment approach (remove Bitnami references)🤖 Prompt for AI Agents