satori-com / mzbench

MZ Benchmarking
BSD 3-Clause "New" or "Revised" License
271 stars 78 forks source link

Image does not exist #141

Open aialferov opened 6 years ago

aialferov commented 6 years ago

Having this error trying to install with helm:

Failed to pull image "docker.io/ridrisov/mzbench:0.5.4": rpc error: code = Unknown desc = Error response from daemon: manifest for ridrisov/mzbench:0.5.4 not found

https://github.com/satori-com/mzbench/blob/762e6591e50d452727b765ee72631daaa11f97b4/deployment/helm/mzbench/values.yaml#L7

parsifal-47 commented 6 years ago

thanks for reporting this! there is no such tag unfortunately, meanwhile please use "latest"

parsifal-47 commented 6 years ago

if this way won't work, please build your own

parsifal-47 commented 6 years ago

just to summarize:

  1. if you need to run mzbench from docker, just pull and run latest with docker run -d -p 4800:80 --name mzbench_server docker.io/ridrisov/mzbench

  2. if you need to run mzbench from kubernetes, unfortunately you need to build your own image while I'm fixing this

  3. in any other case, feel free to reach out

Thanks!