2024-01-14 14:57:09 -08:00
|
|
|
VERBOSE=true
|
|
|
|
# if SYSADMIN_PW is set a sysadmin user with UHID of 1001 will be creted
|
2023-04-14 21:27:40 -07:00
|
|
|
# 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
|
2024-01-14 14:57:09 -08:00
|
|
|
# BUILD_SRC=src
|
|
|
|
# APPEND_BUILD_ENV=./build.env
|
|
|
|
|