18 lines
502 B
Bash
18 lines
502 B
Bash
# VERBOSE=true
|
|
# VERBOSE=core
|
|
# if SYSADMIN_PW is set a sysadmin user with UHID of 1001 will be creted
|
|
# SYSADMIN_PW=ucommandit
|
|
# default is alpine
|
|
# LINUX_DISTRO=arch
|
|
# BASE_IMAGE=archlinux
|
|
# 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
|
|
# BUILD_SRC="_core_"
|
|
APPEND_BUILD_ENV=./build.env
|
|
|