CircleCI-Public / shellcheck-orb

An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
https://circleci.com/developer/orbs/orb/circleci/shellcheck
MIT License
19 stars 26 forks source link

No runtime in koalaman/shellcheck image #6

Closed wyardley closed 5 years ago

wyardley commented 5 years ago

~I think #3 may have to be partially reverted~

I get this error when actually running the latest release:

This typically means that the passed entrypoint or command is not found or is not valid.  Try clearing the entrypoint/command values.
Original error: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory"

Edit: Looks like koalaman/shellcheck-alpine may work. I can throw up a PR for that, but can you all test @iynere @marcomorain?

iynere commented 5 years ago

fixed :)