Run image that is only stored locally

Is is possible to use an image that is stored locally?

Error response from daemon: pull access denied for docker image that exists localy, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

hi @jaapmarcus does the runner definitley have access to the docker image?

I’m not sure of your set up but if you ssh into the machine the runner is on can you manually access the image locally?

also make sure to set pull: never - Images | Drone

Drone runner runs on the same server as where the docker image is available

also make sure to set pull: never - Images | Drone

This did the trick :slight_smile:

1 Like