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

Make runLaunch public #848

Merged
merged 1 commit into from
May 26, 2022
Merged

Conversation

samj1912
Copy link
Member

This exposes the launcher's entrypoint to be public. This would allow other projects to easily wrap the launcher to inject their own custom logic. The only public interface it exposes is that there should be a RunLauncher function that takes nil arguments and returns an error.

This would greatly help simplify the logic we have for the custom launcher to deal with buildpacks/rfcs#210

@samj1912 samj1912 requested a review from a team as a code owner April 11, 2022 19:24
Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
@samj1912
Copy link
Member Author

@natalieparellano I believe we should be all good now

@natalieparellano natalieparellano merged commit 7afe294 into buildpacks:main May 26, 2022
@samj1912 samj1912 deleted the public-launcher branch May 26, 2022 15:38
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