mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
488ca41621
This build strategy lends itself to how Rockerfiles work. In the build Dockerfile all the build utilities (e.g gcc, python) are installed and run the build process to produce some build artifacts. There are two build Dockerfiles, one for the nodejs part and one for the golang part. The build artifacts of these are combined into the runtime Dockerfile. For all this to work there is some minimal glue implemented in the Makefile. Part of this commit is a switch of the base image the runtime is based on to the minimal OpenEmbedded one produced by #198 Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
.dockerignore
|
|
.git
|
|
node_modules
|
|
Dockerfile
|
|
Dockerfile.*
|
|
Makefile
|
|
.editorconfig
|
|
coffeelint.json
|
|
automation
|
|
tools
|
|
README.md
|
|
retry_docker_push.sh
|
|
base-image
|