Commit fdc7cf8
committed
Change nebari user from UID 1001 to UID 1000
Replace the default ubuntu user (UID 1000) with the nebari user
running as UID 1000 instead of 1001. This ensures compatibility
with Kubernetes security contexts and volume permissions that
expect UID 1000.
Changes:
- Delete ubuntu user (UID 1000) from base image
- Create nebari user with UID 1000 (GID 100/users)
- Maintains non-root security posture
- Home directory: /home/nebari1 parent 9fbf67d commit fdc7cf8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments