You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: user id 2 allowed uid range in dockerfiles and deployment files. (#83)
This pull request updates the user ID used for running application
containers and deployments from `65532` to `10001` across several
services and infrastructure templates. This change helps ensure
consistency and avoids warning that the user id is out of range (min/max
ID)
**Container user ID standardization:**
* Updated the `RUN adduser` command in the Dockerfiles for
`admin-backend`, `document-extractor`, `mcp-server`, and `rag-backend`
services to use UID `10001` instead of `65532`.
[[1]](diffhunk://#diff-cf35870e15ed0be6a47ea55d8edbb761fe538d085e1a53908e520657ac60728bL32-R32)
[[2]](diffhunk://#diff-155cd6a0b0260ebd5083f558ad74efaad1df57c35fccd00a474f07387b61bb0eL36-R36)
[[3]](diffhunk://#diff-319d5d10288f846604056f8343b020d8f594d75ae6ec68fd4b4cf93d3cc446ebL32-R32)
[[4]](diffhunk://#diff-7c465da557b2ce2393e237866279cf981aa92aea5c412fa7ecb66afc6db00fb6L34-R34)
**Kubernetes deployment configuration:**
* Changed the `runAsUser` value in the `securityContext` of the
deployment templates for `admin-backend`, `backend`, and `extractor` to
`10001` instead of `65532`.
[[1]](diffhunk://#diff-2b6f7f2ec4938055207faa53acf7a300e0ec235db31d1cfb6896703b97292348L16-R16)
[[2]](diffhunk://#diff-9f487482fa54d28d71fff497724bbc6741cced8a1e35c9b8829d1c6bd01dca0aL16-R16)
[[3]](diffhunk://#diff-289e7e7aa5f8a10603dafc1c094fa3487201006a7d5429a0dd9c6c80b3426fcfL16-R16)
0 commit comments