Skip to content

Commit 9697a11

Browse files
committed
chore: Change GID to 1000
1 parent 8de1825 commit 9697a11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ All notable changes to this project will be documented in this file.
9595
- ubi-rust-builder: Bump Rust toolchain to 1.87.0, cargo-auditable to 0.7.0 and protoc to 31.1 ([#1197]).
9696
- stackable-base, stackable-devel, ubi-rust-builder: Update `ubi-minimal` base image ([#1197]).
9797
- testing-tools: Update `python` 3.12-slim-bullseye base image ([#1197]).
98-
- Change default user & group IDs to 1000/0 ([#1193]).
98+
- Change default user & group IDs to 1000/1000 ([#1193], [#xxxx]).
9999

100100
### Fixed
101101

@@ -221,6 +221,7 @@ All notable changes to this project will be documented in this file.
221221
[#1189]: https://github.com/stackabletech/docker-images/pull/1189
222222
[#1193]: https://github.com/stackabletech/docker-images/pull/1193
223223
[#1197]: https://github.com/stackabletech/docker-images/pull/1197
224+
[#xxxx]: https://github.com/stackabletech/docker-images/pull/xxxx
224225

225226
## [25.3.0] - 2025-03-21
226227

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
args = {
110110
"STACKABLE_USER_NAME": "stackable",
111111
"STACKABLE_USER_UID": "1000",
112-
"STACKABLE_USER_GID": "0",
112+
"STACKABLE_USER_GID": "1000",
113113
"DELETE_CACHES": "true",
114114
}

0 commit comments

Comments
 (0)