Nomad performs automatic image deployment?

Hi! I would like to know if Nomad currently offers any support for performing automatic deployment of new images?

The idea would be: The nomad checks that a new version of the image is available on the dockerhub, it stops and deletes the current job (container), and uploads a new container with the new image. All this automatically.

It is possible?

You’d have to set up this automation yourself, as far as I can tell. Nomad doesn’t rewrite job-definitions by itself.

(Nomad can trigger restarts/reloads based on changes to e.g. templates (using consul-template), so there might be some clever way of ‘tricking’ Nomad to do this, as long as the job-definition remains unchanged. But probably a lot of easier ways to do this.)