15 lines
445 B
Bash
15 lines
445 B
Bash
VERBOSE=true
|
|
# if SYSADMIN_PW is set a sysadmin user with UHID 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
|
|
# APPEND_BUILD_ENV=./build.env
|
|
|