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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sl0wik
Copy link

@sl0wik sl0wik commented May 1, 2023

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.

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.
```
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

Successfully merging this pull request may close these issues.

None yet

2 participants