Skip to content

Commit 6e517d2

Browse files
committed
chore: update default user id and group id
1 parent 82e020f commit 6e517d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
args = {
106106
"STACKABLE_USER_NAME": "stackable",
107-
"STACKABLE_USER_UID": "1000",
108-
"STACKABLE_USER_GID": "1000",
107+
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
108+
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
109109
"DELETE_CACHES": "true",
110110
}

0 commit comments

Comments
 (0)