prometheus / collectd_exporter

A server that accepts collectd stats via HTTP POST and exports them via HTTP for Prometheus consumption
Apache License 2.0
257 stars 71 forks source link

Official dockerhub image #52

Open vaibhavsood opened 6 years ago

vaibhavsood commented 6 years ago

Hi,

Want to check if there is a docker image for collectd_exporter which is a official docker image? I could not find one under dockerhub official images https://hub.docker.com/explore/

If not, want to check if there is any plan to add an official collectd_exporter image to dockerhub? https://docs.docker.com/docker-hub/official_repos/#how-do-i-create-a-new-official-repository,

Also want to check if it makes sense to make collectd_exporter an official image based on the subjective considerations from the link

pmoranga commented 6 years ago

please check https://hub.docker.com/r/prom/collectd-exporter/

vaibhavsood commented 6 years ago

Thanks!

Had a follow up query, are the images under the repo you mention above supported for multi-arch (i.e non-x86 eg ppc64le)?

Dockerhub has a way to create multi-arch images https://github.com/docker-library/official-images#multiple-architectures , they however need the x86 image to be official (ie hosted under https://hub.docker.com/explore/).

Want to check if multi-arch images are planned for this repo and if not would it make sense to go via Docker's official image route? thanks!