prometheus-community/ipmi_exporter

Publish docker image to docker hub?

ibigbug opened this issue ยท 9 comments

is there an existing image on docker hub or anywhere so that everyone don't need to build their own?

There isn't. I personally don't see the use for Docker images to run a single executable, hence I don't have any plans to maintain a publishing pipeline for those.

I think one use case could potentially be running the program directly on a container platform such as Portainer or K8S etc without having to build the image manually by everyone?

@bitfehler We publish all the Prometheus exporters as containers. It makes sense to do it here as well.

If you want, I can setup the basics of the Prometheus promu/circleci pipelines to handle this. I just need you or maybe @matthiasr top click some buttons and add some ENVs.

Unfortunately we cannot use CircleCI on the soundcloud org. We could move the exporter to the prometheus-community org now that that's a thing?

We could move the exporter to the prometheus-community org now that that's a thing?

Sounds reasonable. I will look into this next.

Update: this project is now part of the prometheus-community org, so we should be able to make some progress here shortly

Any news on this? I'd like to run the exporter from my Kubernetes cluster, which could really benefit from published containers.