Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec user process caused #70

Open
drewwells opened this issue Mar 2, 2021 · 1 comment
Open

exec user process caused #70

drewwells opened this issue Mar 2, 2021 · 1 comment

Comments

@drewwells
Copy link

I'm seeing this error for a dozen containers I tried.

docker run reviewdog/action-golangci-lint:v1.8
standard_init_linux.go:219: exec user process caused: no such file or directory

The error points to line endings from windows. Where is the dockerfile? I see a few branches, but it's not clear which one is being used to generate the docker images.

@qodatecnologia
Copy link

I solve this today! so do it:

  1. goes to your dockerfile file
  2. find the "entrypoint" file: terminated with .sh
  3. open git bash
  4. goes to directory where entrypoint.sh is located
  5. write: dos2unix yourfile.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants