johncclayton / electric

Battery charger integration, information and provisioning
17 stars 11 forks source link

Rewrite backend build/development/publish system - providing streamlined development and production deployment #132

Open johncclayton opened 5 years ago

johncclayton commented 5 years ago

The use of docker is technically a great idea but makes it harder to debug / view log files etc. It feels like a large hammer (and everything else is a nail).

I've wanted to automate the entire build process for some time; so this ticket sets out to:

There is a LOT of benefit to the way we are building the SD images, some of these are:

I've been working on this for a couple of weeks now at nights - progress is GREAT.

johncclayton commented 5 years ago

Don't get me wrong - Docker rocks - it just feels like the wrong tool for this particular job.