File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ All notable changes to this project will be documented in this file.
81
81
- druid: Bump druiod-opa-authorizer to ` 0.7.0 ` ([ #1139 ] ).
82
82
- vector: Bump to ` 0.47.0 ` ([ #1152 ] ).
83
83
- zookeeper: backport ZOOKEEPER-4846, ZOOKEEPER-4921, ZOOKEEPER-4925 into Zookeeper 3.9.3 ([ #1150 ] ).
84
+ - Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([ #1164 ] )
84
85
85
86
### Fixed
86
87
@@ -184,6 +185,7 @@ All notable changes to this project will be documented in this file.
184
185
[ #1152 ] : https://github.com/stackabletech/docker-images/pull/1152
185
186
[ #1156 ] : https://github.com/stackabletech/docker-images/pull/1156
186
187
[ #1163 ] : https://github.com/stackabletech/docker-images/pull/1163
188
+ [ #1164 ] : https://github.com/stackabletech/docker-images/pull/1164
187
189
188
190
## [ 25.3.0] - 2025-03-21
189
191
Original file line number Diff line number Diff line change 104
104
105
105
args = {
106
106
"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
109
109
"DELETE_CACHES" : "true" ,
110
110
}
You can’t perform that action at this time.
0 commit comments