discourse / prometheus_exporter

A framework for collecting and aggregating prometheus metrics
MIT License
525 stars 153 forks source link

Official Docker Image doesn't exist on DockerHub? #277

Open ttstarck opened 1 year ago

ttstarck commented 1 year ago

Hello, I'm currently looking to pull the official discource/prometheus_exporter docker image using the command from the README and it appears like it doesn't exist anymore:

=> ~/ docker pull discourse/prometheus_exporter:latest
Error response from daemon: pull access denied for discourse/prometheus_exporter, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Is the README still up to date or is there a new place I should be pulling the image from?

sosedoff commented 1 year ago

Hey @ttstarck, there was a slight setback with docker image publishing flow, so no official release in the Hub/GCR yet. I think it'll be published with the new release.

In the meantime you can use the provided Dockerfile here: https://github.com/discourse/prometheus_exporter/blob/main/Dockerfile

zheileman commented 1 year ago

Any update on this? We would like to use the docker image on kubernetes. We can't link to a Dockerfile.

Thanks.

brian-lc commented 10 months ago

Interested in using a public docker image as well. Any update? Thanks much!