Matthew Croughan
Matthew Croughan
@Bucknalla I do not have a Pi Camera to test, but I'd look at https://github.com/balenalabs/balena-cam and see what is being done there that is not being done here, and if...
The following lines also imply that you would need that label to load a kernel module to make it work. https://github.com/balenalabs/balena-cam/blob/409c8816daf599d759c2ad1908c55768387d5efd/balena-cam/Dockerfile.template#L30-L35
I have some PRs of my own to merge, so sorry I end up creating merge conflicts!
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.
This PR https://github.com/MatthewCroughan/octobalena/pull/11 is a `Change-type: major` due to this issue. If we can have our own `/usr/src/octobalena/config.yaml` and combine it with the one that Octoprint is managing at runtime,...
Regarding plugins, I noted the following in https://github.com/MatthewCroughan/octobalena/pull/10 > to get around this for the time being I use PYTHONUSERBASE=/usr/local in the Dockerfile, so that plugins installed by the Dockerfile...
If you have any idea how to improve on that, it would be most welcome. I have no idea how NPM works, or how to create a good, minimal build...
Why? What are the differences we need?
We should find a way to compile it ourselves, rather than relying on OSX-KVM
Yeah, this is a more productive direction than just updating and depending upon OSX-KVM, I would love to move in that direction.