Skip to content

Commit e93d8f3

Browse files
authored
chore: Change default user id and gid (#1164)
chore: update default user id and group id
1 parent 88c225b commit e93d8f3

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
@@ -91,6 +91,7 @@ All notable changes to this project will be documented in this file.
9191
- opa: Enable custom versions ([#1170]).
9292
- use custom product versions for Hadoop, HBase, Phoenix, hbase-operator-tools, Druid, Hive and Spark ([#1173]).
9393
- hbase: Bump dependencies to the latest patch level for HBase `2.6.1` and `2.6.2` ([#1185]).
94+
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#1164])
9495

9596
### Fixed
9697

@@ -199,6 +200,7 @@ All notable changes to this project will be documented in this file.
199200
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
200201
[#1156]: https://github.com/stackabletech/docker-images/pull/1156
201202
[#1163]: https://github.com/stackabletech/docker-images/pull/1163
203+
[#1164]: https://github.com/stackabletech/docker-images/pull/1164
202204
[#1165]: https://github.com/stackabletech/docker-images/pull/1165
203205
[#1168]: https://github.com/stackabletech/docker-images/pull/1168
204206
[#1169]: https://github.com/stackabletech/docker-images/pull/1169

conf.py

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

111111
args = {
112112
"STACKABLE_USER_NAME": "stackable",
113-
"STACKABLE_USER_UID": "1000",
114-
"STACKABLE_USER_GID": "1000",
113+
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
114+
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
115115
"DELETE_CACHES": "true",
116116
}

0 commit comments

Comments
 (0)