I am building an app that deploys to devices that are used for different use cases, for example some devices just need a browser while others need a back end framework and other hardware specific apps. But for the containers that the different devices share, we would like them to be identical (ie chromium). Rather than creating git submodules or cloning the whole app, I came across docker compose profiles which seem to exactly suit our needs:
Any chance these will work with balena?