Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ All notable changes to this project will be documented in this file.
- yq: Bump products to use `4.45.2` ([#1090]).
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
- vector: Bump to `0.46.1` ([#1098]).
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#916])

### Fixed

Expand All @@ -75,6 +76,7 @@ All notable changes to this project will be documented in this file.
- opa: Remove `0.67.1` ([#1103]).
- opa: Remove legacy bundle-builder from container build ([#1103]).

[#916]: https://github.com/stackabletech/docker-images/pull/916
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
[#1028]: https://github.com/stackabletech/docker-images/pull/1028
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

args = {
"STACKABLE_USER_NAME": "stackable",
"STACKABLE_USER_UID": "1000",
"STACKABLE_USER_GID": "1000",
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
"DELETE_CACHES": "true",
}