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:
Jan Kiszka 2017-06-19 09:28:34 +02:00 committed by Daniel Wagner
parent 85bec05dd6
commit c9d961f3ee

View File

@ -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 || \