2024-09-15 18:47:22 -07:00
|
|
|
# VERBOSE=true
|
|
|
|
# VERBOSE=core
|
2024-01-14 14:57:09 -08:00
|
|
|
# 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
|
2024-09-15 18:47:22 -07:00
|
|
|
# LINUX_DISTRO=arch
|
|
|
|
# BASE_IMAGE=archlinux
|
2023-04-14 21:27:40 -07:00
|
|
|
# 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
|
2024-09-15 18:47:22 -07:00
|
|
|
# BUILD_SRC="_core_"
|
|
|
|
APPEND_BUILD_ENV=./build.env
|
2024-01-14 14:57:09 -08:00
|
|
|
|