badass-runtime-plugin
badass-runtime-plugin copied to clipboard
standard_init_linux.go:228: exec user process caused: no such file or directory
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?