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
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:
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.