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:
parent
85bec05dd6
commit
c9d961f3ee
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
USER_ID=${USERID:-30000}
|
||||
USER_ID=${USER_ID:-30000}
|
||||
|
||||
# Create a non-root user that will perform the actual build
|
||||
id builder 2>/dev/null || \
|
||||
|
Loading…
Reference in New Issue
Block a user