Nomad not loading images that are already present (Tried in Dev mode)

Hello all,

We are facing an issue on repo not found even when we have the image already loaded in the local docker. Is there a way to use these local images to run.

As you see above docker images has the image that we are looking for but nomad says
Driver Failure Failed to pull neural_engine-app:latest: Error response from daemon: pull access denied for neural_engine-app, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

there is no password protection.

Thanks in Advance

Hi, use tag different than :latest . :latest is latest it’s always pulled. Also crosslink How can I make a nomad job use a local docker image? - Stack Overflow . I’m sure it’s also in docs.

Overall for services, it’s a good practice to always use explicitly versioned tagged images and discourage usage if latest tag, cause it’s not reproducible.

1 Like