We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0ba33 commit a673badCopy full SHA for a673bad
conf.py
@@ -98,7 +98,7 @@
98
99
args = {
100
"STACKABLE_USER_NAME": "stackable",
101
- "STACKABLE_USER_UID": "782252253",
102
- "STACKABLE_USER_GID": "574654813",
+ "STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
+ "STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
103
"DELETE_CACHES": "true",
104
}
0 commit comments