Skip to content

Commit 9c0ba33

Browse files
committed
Change default user id and gid
1 parent 73dcb3f commit 9c0ba33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

5354
### Fixed
5455

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

79+
[#916]: https://github.com/stackabletech/docker-images/pull/916
7880
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
7981
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
8082
[#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": "1000",
102-
"STACKABLE_USER_GID": "1000",
101+
"STACKABLE_USER_UID": "782252253",
102+
"STACKABLE_USER_GID": "574654813",
103103
"DELETE_CACHES": "true",
104104
}

0 commit comments

Comments
 (0)