Skip to content

Commit 79e6173

Browse files
lfranckeNickLarsenNZ
authored andcommitted
Change UID & GID to 1000/0 (#1193)
* Change UID & GID to 1000/1000, reverting the previous change from PR #1164 * chore: Set default GID to 0 * chore: Update changelog --------- Co-authored-by: Nick Larsen <[email protected]>
1 parent a88d38d commit 79e6173

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ All notable changes to this project will be documented in this file.
9292
- opa: Enable custom versions ([#1170]).
9393
- use custom product versions for Hadoop, HBase, Phoenix, hbase-operator-tools, Druid, Hive and Spark ([#1173]).
9494
- hbase: Bump dependencies to the latest patch level for HBase `2.6.1` and `2.6.2` ([#1185]).
95-
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#1164])
9695
- ubi-rust-builder: Bump Rust toolchain to 1.87.0, cargo-auditable to 0.7.0 and protoc to 31.1 ([#1197]).
9796
- stackable-base, stackable-devel, ubi-rust-builder: Update `ubi-minimal` base image ([#1197]).
9897
- testing-tools: Update `python` 3.12-slim-bullseye base image ([#1197]).
98+
- Change default user & group IDs to 1000/0 ([#1193]).
9999

100100
### Fixed
101101

@@ -205,7 +205,6 @@ All notable changes to this project will be documented in this file.
205205
[#1156]: https://github.com/stackabletech/docker-images/pull/1156
206206
[#1159]: https://github.com/stackabletech/docker-images/pull/1159
207207
[#1163]: https://github.com/stackabletech/docker-images/pull/1163
208-
[#1164]: https://github.com/stackabletech/docker-images/pull/1164
209208
[#1165]: https://github.com/stackabletech/docker-images/pull/1165
210209
[#1168]: https://github.com/stackabletech/docker-images/pull/1168
211210
[#1169]: https://github.com/stackabletech/docker-images/pull/1169
@@ -220,6 +219,7 @@ All notable changes to this project will be documented in this file.
220219
[#1185]: https://github.com/stackabletech/docker-images/pull/1185
221220
[#1188]: https://github.com/stackabletech/docker-images/pull/1188
222221
[#1189]: https://github.com/stackabletech/docker-images/pull/1189
222+
[#1193]: https://github.com/stackabletech/docker-images/pull/1193
223223
[#1197]: https://github.com/stackabletech/docker-images/pull/1197
224224

225225
## [25.3.0] - 2025-03-21

conf.py

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

109109
args = {
110110
"STACKABLE_USER_NAME": "stackable",
111-
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
112-
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
111+
"STACKABLE_USER_UID": "1000",
112+
"STACKABLE_USER_GID": "0",
113113
"DELETE_CACHES": "true",
114114
}

0 commit comments

Comments
 (0)