badass-runtime-plugin icon indicating copy to clipboard operation
badass-runtime-plugin copied to clipboard

standard_init_linux.go:228: exec user process caused: no such file or directory

Open wakingrufus opened this issue 3 years ago • 0 comments

I am using the image/ output from the runtime task to build a docker image. I am using gcr.io/distroless/base and building with jib. when i run the docker image, it fails with standard_init_linux.go:228: exec user process caused: no such file or directory from some googling, this seems to be related to line endings. I verified that the start script generated by runtime has linux line endings (i am building on linux). Does anyone else have this issue and know a solution?

wakingrufus avatar Apr 22 '22 14:04 wakingrufus