GoogleCloudPlatform / ruby-docker

Ruby runtime for Google Cloud Platform
Apache License 2.0
134 stars 56 forks source link

Fixed entrypoint handling for images built with Google Cloud Buildpacks #228

Open sl0wik opened 1 year ago

sl0wik commented 1 year ago

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.