hashicorp / faas-nomad

OpenFaaS plugin for Nomad
https://www.openfaas.com
MIT License
255 stars 45 forks source link

incorrect tag in faas-nomad image #29

Closed cpitkin closed 6 years ago

cpitkin commented 6 years ago

When updating faas-nomad Nomad failed to find the correct image from Quay.io

What are the steps to reproduce this issue?

  1. Clone faas-nomad repo
  2. Run nomad run faas.hcl

What happens?

Nomad logs

failed to initialize task "nomadd" for alloc "6571a6f0-1d46-9d1c-15dc-2fcc9317ea0e": Failed to pull `quay.io/nicholasjackson/faas-nomad:0.2.22`: API error (404): {"message":"manifest for quay.io/nicholasjackson/faas-nomad:0.2.22 not found"} 

What were you expecting to happen?

Nomad logs:

Task started by client

Any other comments?

PR to fix coming soon.

What versions of software are you using?

Operating System: Ubuntu 16.04 LTS

OpenFaaS Version: 0.2.22

Nomad Version: 0.7.1

nicholasjackson commented 6 years ago

Thanks @cpitkin I have merged this