shift / domain_exporter

Prometheus WHOIS domain details exporter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

images in quay.io registry are too old

mnacharov opened this issue · comments

% docker pull quay.io/shift/domain_exporter:v0.1.24        
Error response from daemon: manifest for quay.io/shift/domain_exporter:v0.1.24 not found: manifest unknown: manifest unknown
% docker pull quay.io/shift/domain_exporter                
Using default tag: latest
latest: Pulling from shift/domain_exporter
4953ae155738: Already exists 
Digest: sha256:9d30907c5a0b64a3ea234ba77ff57419e82e19f397ae468e774049752f76ba25
Status: Image is up to date for quay.io/shift/domain_exporter:latest
quay.io/shift/domain_exporter:latest
% docker run -it --rm quay.io/shift/domain_exporter --version
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
domain_exporter, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       devel +5ec5c5741e Wed Jan 2 19:31:05 2019 +0000

Updated the README.md to point to the correct registry.

Thank you!