Hello,
I am working with a customer who will have internet connection on installation of a docker container, but once the container is deployed the PLC will not have any connection to the internet. The issue is that if they need to perform updates to the code, the only way to do so with Python containers (that I have found) is to rebuild the image and re-deploy. When balena rebuilds the image it re-installs the dependencies, which it can not due to no internet connection. I see that Buildkit can do this in certain versions of docker, is there support for this in the version of Balena? How would I implement this if so? Note: I would run this app on the core but a dependency wont install so I have to use a container :)