MatthewCroughan / octobalena

Control your 3d-printer with octoprint + octoscreen via balena!
GNU General Public License v2.0
49 stars 22 forks source link

Versioned Release Plugins rather than master #27

Open ajlennon opened 3 years ago

ajlennon commented 3 years ago

We should probably move the Docker build to specific versioned releases of plugins rather than just using whatever happens to be in master whenever a build occurs

MatthewCroughan commented 3 years ago

https://github.com/jitsi/docker-jitsi-meet

This project does Docker-centric versioning right. The master repo contains nothing but :latest for everything. But they release tarballs, which just simply pin everything to a version.

ajlennon commented 3 years ago

It's easy to change master.zip to the correct versioned releases. I just need to do it :)