From 9697a11b467020b2032ce10eb7d254a56f3ae392 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 11 Jul 2025 14:42:42 +0200 Subject: [PATCH 1/3] chore: Change GID to 1000 --- CHANGELOG.md | 3 ++- conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f3a04da..7028bbdfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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], [#xxxx]). ### Fixed @@ -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 +[#xxxx]: https://github.com/stackabletech/docker-images/pull/xxxx ## [25.3.0] - 2025-03-21 diff --git a/conf.py b/conf.py index c4404de77..092972610 100644 --- a/conf.py +++ b/conf.py @@ -109,6 +109,6 @@ args = { "STACKABLE_USER_NAME": "stackable", "STACKABLE_USER_UID": "1000", - "STACKABLE_USER_GID": "0", + "STACKABLE_USER_GID": "1000", "DELETE_CACHES": "true", } From 89b2c38b8a798f684143e4bffa0eb50833893a37 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 11 Jul 2025 14:45:02 +0200 Subject: [PATCH 2/3] chore: Update changelog link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7028bbdfd..5716a2a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/1000 ([#1193], [#xxxx]). +- Change default user & group IDs to 1000/1000 ([#1193], [#1202]). ### Fixed @@ -221,7 +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 -[#xxxx]: https://github.com/stackabletech/docker-images/pull/xxxx +[#1202]: https://github.com/stackabletech/docker-images/pull/1202 ## [25.3.0] - 2025-03-21 From e653ad2f368835c848fe1bcb0e57d329cd6f1ea8 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 11 Jul 2025 14:59:45 +0200 Subject: [PATCH 3/3] chore: Remove changelog entry --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5716a2a63..31fd446db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,7 +95,6 @@ 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/1000 ([#1193], [#1202]). ### Fixed @@ -219,9 +218,7 @@ All notable changes to this project will be documented in this file. [#1185]: https://github.com/stackabletech/docker-images/pull/1185 [#1188]: https://github.com/stackabletech/docker-images/pull/1188 [#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