balena-io-examples / balena-netdata

Netdata configuration for internal on-device monitoring
7 stars 0 forks source link

Set up proper CD #2

Closed xginn8 closed 4 years ago

xginn8 commented 4 years ago

In order to make this project more maintainable as a plugin/primitive for other projects, we should hook this into balenaCI and publish balena-friendly base images to DockerHub (sort of like https://github.com/balena-io/open-balena-base + https://hub.docker.com/r/balena/open-balena-base). We will need to do this for each architecture we require, since DockerHub multi-arch is not something that can be passed through.

This work should be fairly straightforward with balenaCI. It may require moving this repo to another org.

xginn8 commented 4 years ago

balenaCI is now configured since the move to the -examples org. We should probably start building images directly and publishing to Docker Hub, rather than copying across the config to each downstream.