sapcc / mosquitto-exporter

Prometheus metrics exporter for the Mosquitto message broker
Apache License 2.0
130 stars 60 forks source link

Docker error - manifest unknown #32

Closed zubairov closed 3 years ago

zubairov commented 3 years ago

Unfortunately can't download docker image from Dockerhub:

~> docker run \
                            -e BROKER_ENDPOINT=tcp://mosquitto:1883 \
                            -p 9234:9234 sapcc/mosquitto-exporter
Unable to find image 'sapcc/mosquitto-exporter:latest' locally
docker: Error response from daemon: manifest for sapcc/mosquitto-exporter:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Legion2 commented 3 years ago

On which platform are you running the command (x86, arm7,arm64...)?

sxueck commented 3 years ago

use sapcc/mosquitto-exporter:0.6.0 https://hub.docker.com/r/sapcc/mosquitto-exporter/tags?page=1&ordering=last_updated

esin commented 3 years ago

Looks like CI didn't tag latest version @ArtieReus please :) tag sapcc/mosquitto-exporter:latest

ArtieReus commented 3 years ago

Fixed!