developers.home-assistant
developers.home-assistant copied to clipboard
Document build/permisson setup for docker builds
would be great if someone could outline how docker builds are done at release time and how to add images.
i.e. I have a dockerfile in home-assistant-cli but no info on how to get it setup to publish to dockerhub (lack of permissions etc.)
There is not much to document. It's just Dockerhub hooking into GitHub and building.
A thing I've not been able to deduce is how image like https://hub.docker.com/r/homeassistant/armhf-homeassistant are built - that and similar images don't seem to be built based on automatic dockerhub builds ...at least there is no link to its source/build origin.
btw. context to get more info documented is that we got PR for armhf variation of home-assistant-cli at https://github.com/home-assistant/home-assistant-cli/pull/178 and wondering where/how to start getting it setup to build like the other containers.
We have a whole build farm with arm machines to do those builds.