czerwonk/bird_exporter

Could you add tagged builds to docker hub?

Closed this issue · 1 comments

I see that the docker image at https://hub.docker.com/r/czerwonk/bird_exporter is using automated builds on docker hub, which is great.

For tracking versions of this project in our kubernetes cluster, it is nice to have more specific docker tags to reference. An easy way to get this is to just have docker hub build all tags, and then new github releases will get built to the appropriate tags automatically.

The config is rather easy to set up. Here's an example from a repo I have that does similar things:

image

I think if you just set it up to build tags with the regex /^v[0-9.]+$/, it would just start working as new releases are pushed. That would be a really nice convenience going forward.

Thanks!

Release 1.2.3 introduces auto building for tagged docker releases.