Skip to content

Commit 29694c6

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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)