Skip to content

Commit 062ee3f

Browse files
committed
Change default user id and gid
1 parent e5c6b5c commit 062ee3f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Changed default user & group IDs from 1000 to a much higher values ([#916])
10+
11+
[#916]: https://github.com/stackabletech/docker-images/pull/916
12+
713
## [24.11.0] - 2024-11-18
814

915
### Added

conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
args = {
9494
"STACKABLE_USER_NAME": "stackable",
95-
"STACKABLE_USER_UID": "1000",
96-
"STACKABLE_USER_GID": "1000",
97-
"DELETE_CACHES": "true"
95+
"STACKABLE_USER_UID": "782252253",
96+
"STACKABLE_USER_GID": "574654813",
97+
"DELETE_CACHES": "true",
9898
}

0 commit comments

Comments
 (0)