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.
8181- druid: Bump druiod-opa-authorizer to ` 0.7.0 ` ([ #1139 ] ).
8282- vector: Bump to ` 0.47.0 ` ([ #1152 ] ).
8383- 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 ] )
8485
8586### Fixed
8687
@@ -184,6 +185,7 @@ All notable changes to this project will be documented in this file.
184185[ #1152 ] : https://github.com/stackabletech/docker-images/pull/1152
185186[ #1156 ] : https://github.com/stackabletech/docker-images/pull/1156
186187[ #1163 ] : https://github.com/stackabletech/docker-images/pull/1163
188+ [ #1164 ] : https://github.com/stackabletech/docker-images/pull/1164
187189
188190## [ 25.3.0] - 2025-03-21
189191
Original file line number Diff line number Diff line change 104104
105105args = {
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}
You can’t perform that action at this time.
0 commit comments