Balena Supervisor: balena's agent on devices.
Go to file
Pagan Gazzard d07c6abe99 Store and make use of container ids.
This stores the container id for an app when creating that app, using it when it is necessary to stop/remove the app and when attempting to start it again (rather than creating a new container each time, eg restarting the pi does not create a new container any more)
2015-10-13 13:10:11 -03:00
scripts Lots of logging and some bug fixing. Moved client.conf to client.conf.template 2013-07-21 02:30:12 +01:00
src Store and make use of container ids. 2015-10-13 13:10:11 -03:00
.dockerignore Make sure the .git folder is either removed or not included in the first place. 2015-10-13 13:10:11 -03:00
.gitattributes Add a .gitattributes file to make sure files for use on linux have linux style line-endings. 2015-10-13 13:03:14 -03:00
.gitignore Revamp/rewrite of supervisor as a docker application 2015-10-13 12:58:55 -03:00
deploy_key Use buildstep to build the supervisor just like a normal resin app 2015-10-13 13:02:49 -03:00
deps.sh x86 support + Change localImage variable to SUPERVISOR_IMAGE 2015-10-13 13:09:58 -03:00
Dockerfile Change the Dockerfile base to something that is unique - Allows to simply change a variable to point to a different base 2015-10-13 13:06:43 -03:00
Dockerfile.x86 x86 support + Change localImage variable to SUPERVISOR_IMAGE 2015-10-13 13:09:58 -03:00
entry.sh x86 support + Change localImage variable to SUPERVISOR_IMAGE 2015-10-13 13:09:58 -03:00
Makefile x86 support + Change localImage variable to SUPERVISOR_IMAGE 2015-10-13 13:09:58 -03:00
package.json Order the packages according to npm install --save 2015-10-13 13:08:23 -03:00
postinstall.sh Remove tests and docs, we don't need them at runtime. 2015-10-13 13:10:11 -03:00
ssh_config Use the buildstep pushed to staging & Remove deploy_key 2015-10-13 13:06:42 -03:00