Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ All notable changes to this project will be documented in this file.
- ubi-rust-builder: Bump Rust toolchain to 1.87.0, cargo-auditable to 0.7.0 and protoc to 31.1 ([#1197]).
- stackable-base, stackable-devel, ubi-rust-builder: Update `ubi-minimal` base image ([#1197]).
- testing-tools: Update `python` 3.12-slim-bullseye base image ([#1197]).
- Change default user & group IDs to 1000/0 ([#1193]).
- Change default user & group IDs to 1000/1000 ([#1193], [#1202]).

### Fixed

Expand Down Expand Up @@ -221,6 +221,7 @@ All notable changes to this project will be documented in this file.
[#1189]: https://github.com/stackabletech/docker-images/pull/1189
[#1193]: https://github.com/stackabletech/docker-images/pull/1193
[#1197]: https://github.com/stackabletech/docker-images/pull/1197
[#1202]: https://github.com/stackabletech/docker-images/pull/1202

## [25.3.0] - 2025-03-21

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
args = {
"STACKABLE_USER_NAME": "stackable",
"STACKABLE_USER_UID": "1000",
"STACKABLE_USER_GID": "0",
"STACKABLE_USER_GID": "1000",
"DELETE_CACHES": "true",
}