Skip to content

Commit 8489250

Browse files
Techassirazvan
authored andcommitted
fix: Change GID to 1000 (#1202)
* chore: Change GID to 1000 * chore: Update changelog link * chore: Remove changelog entry
1 parent 79e6173 commit 8489250

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

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

10099
### Fixed
101100

@@ -219,7 +218,6 @@ All notable changes to this project will be documented in this file.
219218
[#1185]: https://github.com/stackabletech/docker-images/pull/1185
220219
[#1188]: https://github.com/stackabletech/docker-images/pull/1188
221220
[#1189]: https://github.com/stackabletech/docker-images/pull/1189
222-
[#1193]: https://github.com/stackabletech/docker-images/pull/1193
223221
[#1197]: https://github.com/stackabletech/docker-images/pull/1197
224222

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

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)