We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c6b5c commit 062ee3fCopy full SHA for 062ee3f
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
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
13
## [24.11.0] - 2024-11-18
14
15
### Added
conf.py
@@ -92,7 +92,7 @@
92
93
args = {
94
"STACKABLE_USER_NAME": "stackable",
95
- "STACKABLE_USER_UID": "1000",
96
- "STACKABLE_USER_GID": "1000",
97
- "DELETE_CACHES": "true"
+ "STACKABLE_USER_UID": "782252253",
+ "STACKABLE_USER_GID": "574654813",
+ "DELETE_CACHES": "true",
98
}
0 commit comments