Initial version of the new Docker Build scripts

Successfully builds the container, places the files, scripts and links
we need so fart into the right places using a rootfs tar file so that we
don't pollute the container unneccessarily and keep the Dockerfile
simple.

Any in-container scripting is missing so far, so the whole thing does
not yet start up successfully or popluate the config share in any way.
That is for another day.
This commit is contained in:
2018-10-24 22:45:58 +02:00
parent ea2db6e2f4
commit d3ed55ffb6
8 changed files with 378 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,9 @@
# Docker Build Process
/build/**
/tmp/**
/old/**
test-image.sh
# ---> Linux
*~