docker: Rename USER_ID variable
Also cosmetic: use a consistent name on the interface as well as internally. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Wagner
					
				
			
			
				
	
			
			
			
						parent
						
							85bec05dd6
						
					
				
				
					commit
					c9d961f3ee
				
			@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
USER_ID=${USERID:-30000}
 | 
					USER_ID=${USER_ID:-30000}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Create a non-root user that will perform the actual build
 | 
					# Create a non-root user that will perform the actual build
 | 
				
			||||||
id builder 2>/dev/null || \
 | 
					id builder 2>/dev/null || \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user