File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ All notable changes to this project will be documented in this file.
9595-  ubi-rust-builder: Bump Rust toolchain to 1.87.0, cargo-auditable to 0.7.0 and protoc to 31.1 ([ #1197  ] ).
9696-  stackable-base, stackable-devel, ubi-rust-builder: Update ` ubi-minimal `  base image ([ #1197  ] ).
9797-  testing-tools: Update ` python `  3.12-slim-bullseye base image ([ #1197  ] ).
98- -  Change default user & group IDs to 1000/0 ([ #1193  ] ).
9998
10099### Fixed  
101100
@@ -219,7 +218,6 @@ All notable changes to this project will be documented in this file.
219218[ #1185 ] : https://github.com/stackabletech/docker-images/pull/1185 
220219[ #1188 ] : https://github.com/stackabletech/docker-images/pull/1188 
221220[ #1189 ] : https://github.com/stackabletech/docker-images/pull/1189 
222- [ #1193 ] : https://github.com/stackabletech/docker-images/pull/1193 
223221[ #1197 ] : https://github.com/stackabletech/docker-images/pull/1197 
224222
225223## [ 25.3.0]  - 2025-03-21 
Original file line number Diff line number Diff line change 109109args  =  {
110110    "STACKABLE_USER_NAME" : "stackable" ,
111111    "STACKABLE_USER_UID" : "1000" ,
112-     "STACKABLE_USER_GID" : "0 " ,
112+     "STACKABLE_USER_GID" : "1000 " ,
113113    "DELETE_CACHES" : "true" ,
114114}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments