Skip to content

fix: user id 2 allowed uid range in dockerfiles and deployment files.#83

Merged
a-klos merged 2 commits into
mainfrom
fix/user2allowed-uid-range
Sep 1, 2025
Merged

fix: user id 2 allowed uid range in dockerfiles and deployment files.#83
a-klos merged 2 commits into
mainfrom
fix/user2allowed-uid-range

Conversation

@a-klos
Copy link
Copy Markdown
Member

@a-klos a-klos commented Sep 1, 2025

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] [2] [3] [4]

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] [2] [3]

@a-klos a-klos merged commit d0fb145 into main Sep 1, 2025
12 checks passed
@a-klos a-klos deleted the fix/user2allowed-uid-range branch September 1, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants