Hi,
because it isn’t possible to build a docker-compose file with dynamic variables for a release
for one container inside the docker-compose file.
My UseCase is: I have each containers which will be absolutly stateless, but one container has per device an other release. The device get the release version for this config from a confighub server per rest api.
There is a ansible-playbook which will ask the confighub in a 5min interval, if the config has changed.
Now if create a controller container with balenaEngine and create the correct release from this container per device with an ansiblescript which get the release data from a confighub over the net.
Then the balenaEngine in the controller container create the application with the correct release.
This works fine, but the adHoc created container from inside is not visible in the balenaCloud Device Overview.
Is it possible, to add an adhoc created balenaEngine Container in this device service overview?
Or is it possible to change a one docker image release from inside? Maybe with a tag and redeploy just for one device…
Thanks for your help.