File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ All notable changes to this project will be documented in this file.
50
50
- yq: Bump products to use ` 4.45.2 ` ([ #1090 ] ).
51
51
- cyclonedx-bom: Bump airflow and superset to use ` 6.0.0 ` ([ #1090 ] ).
52
52
- vector: Bump to ` 0.46.1 ` ([ #1098 ] ).
53
- - Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([ #916 ] )
54
53
55
54
### Fixed
56
55
@@ -77,7 +76,6 @@ All notable changes to this project will be documented in this file.
77
76
- opa: Remove ` 0.67.1 ` ([ #1103 ] ).
78
77
- opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
79
78
80
- [ #916 ] : https://github.com/stackabletech/docker-images/pull/916
81
79
[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
82
80
[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
83
81
[ #1028 ] : https://github.com/stackabletech/docker-images/pull/1028
Original file line number Diff line number Diff line change 98
98
99
99
args = {
100
100
"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" ,
103
103
"DELETE_CACHES" : "true" ,
104
104
}
You can’t perform that action at this time.
0 commit comments