Skip to content

Commit bae340f

Browse files
committed
Change UID & GID to 1000/1000, reverting the previous change from PR #1164
1 parent e93d8f3 commit bae340f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ 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])
9594

9695
### Fixed
9796

@@ -200,7 +199,6 @@ All notable changes to this project will be documented in this file.
200199
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
201200
[#1156]: https://github.com/stackabletech/docker-images/pull/1156
202201
[#1163]: https://github.com/stackabletech/docker-images/pull/1163
203-
[#1164]: https://github.com/stackabletech/docker-images/pull/1164
204202
[#1165]: https://github.com/stackabletech/docker-images/pull/1165
205203
[#1168]: https://github.com/stackabletech/docker-images/pull/1168
206204
[#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": "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
113+
"STACKABLE_USER_UID": "1000",
114+
"STACKABLE_USER_GID": "1000",
115115
"DELETE_CACHES": "true",
116116
}

0 commit comments

Comments
 (0)