ca857a032a
refactored: Dockefile template refactor: example and move src/ there a simple example new: distros.csv holds table of valid distros, their images and install/update commands refactor: various fixes and adjustment in response to above refactor: help vastly improved and updated
6 lines
No EOL
87 B
Text
Executable file
6 lines
No EOL
87 B
Text
Executable file
declare -A distros
|
|
. ./build.lib
|
|
LINUX_DISTRO=arch
|
|
BDIR=../
|
|
get_distro
|
|
echo $BASE_IMAGE |