Skip to content

Commit 81aca94

Browse files
authored
Merge branch 'main' into chore/hbase-phoenix-omid-1076
2 parents 26641e4 + d803a8e commit 81aca94

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ All notable changes to this project will be documented in this file.
5151
- yq: Bump products to use `4.45.2` ([#1090]).
5252
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
5353
- vector: Bump to `0.46.1` ([#1098]).
54-
- Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([#916])
5554

5655
### Fixed
5756

@@ -79,7 +78,6 @@ All notable changes to this project will be documented in this file.
7978
- opa: Remove legacy bundle-builder from container build ([#1103]).
8079
- hbase: Remove 2.4.18 ([#1101])
8180

82-
[#916]: https://github.com/stackabletech/docker-images/pull/916
8381
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
8482
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
8583
[#1028]: https://github.com/stackabletech/docker-images/pull/1028

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
args = {
100100
"STACKABLE_USER_NAME": "stackable",
101-
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
102-
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
101+
"STACKABLE_USER_UID": "1000",
102+
"STACKABLE_USER_GID": "1000",
103103
"DELETE_CACHES": "true",
104104
}

0 commit comments

Comments
 (0)