Merged/drone/src: not a directory

Hi all

When I run a pipeline, it shows me the error message:

What can be wrong? The image hub.databaker.io/devops/drone-cli exists.

Thanks

In order to receive support we require some additional information:

  1. the full yaml file that can be used to reproduce the issue
  2. the version of drone server
  3. the version of drone runner (and the type of drone runner)
  4. the drone runner configuration
  5. the dockerfile used to create the image

However, based on the error message it sounds like a problem with your image. Since Drone needs to mount a volume at /drone/src you should ensure your image does not have a file at /drone or /drone/src, which would otherwise prevent Docker from being able to properly mount the volume.

1 Like