Skip to content
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

Docker compose file - to be updated to use UID 1000 as the default user for containers #371

Closed
jothikiruthika opened this issue Nov 7, 2023 · 2 comments

Comments

@jothikiruthika
Copy link

jothikiruthika commented Nov 7, 2023

This is to accommodate the change that the zeebe image runs with unprivileged user by default - https://github.com/camunda/camunda-docs/blob/main/docs/self-managed/operational-guides/update-guide/820-to-830.md#zeebe-docker-image-now-runs-with-unprivileged-user-by-default

The Helm charts implement this change already. The docker compose file is yet to implement this.

@aabouzaid
Copy link
Member

The default user now is 1001.

@jessesimpson36
Copy link
Contributor

> docker exec -it zeebe sh

$ whoami
camunda

$ cat /etc/passwd
...
camunda:x:1001:1001::/usr/local/zeebe:/usr/sbin/nologin

docker compose will use unprivileged users because the images use unprivileged users.

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

No branches or pull requests

3 participants