11 lines
399 B
Bash
11 lines
399 B
Bash
# if SYSADMIN_PW is set a sysadmin user with uid of 1001 will be creted
|
|
# SYSADMIN_PW=ucommandit
|
|
# default is alpine
|
|
# LINUX_DISTRO=alpine
|
|
# prepend image name with this user, typically your docker hub user
|
|
# RUSER=ucommandit
|
|
RUSER=testing
|
|
# default is default target, use dev for running a test container after build
|
|
# TARGET=dev
|
|
# by default will look in PWD directory then parent
|
|
BUILD_SRC=../src |