ruby-docker icon indicating copy to clipboard operation
ruby-docker copied to clipboard

Fixed entrypoint handling for images built with Google Cloud Buildpacks

Open sl0wik opened this issue 2 years ago • 0 comments

After running multiple tests I couldn't make entrypoint to work with images generated using buildpacks while quoted. After removing this quote everything works correctly.

Quoted version will always throw error like:

docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "\"launcher\"": executable file not found in $PATH: unknown.

sl0wik avatar May 01 '23 20:05 sl0wik