The above error comes up when trying to run sonarcloud pipeline. It does not even start executing the pipeline.
Hi,
It looks like the docker image you're using doesn't have a shell in the standard location "/bin/sh". If you have a local docker installation you can test this with a command like:
docker run -it my/image:tag /bin/sh
If that fails then you won't be able to use that image in Pipelines. You could try finding or building another docker image that has a shell installed at "/bin/sh".
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.