-
Notifications
You must be signed in to change notification settings - Fork 297
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
Enable interception via shell per lifecycle phase execution #485
Conversation
This reverts commit 0a7c43c. Signed-off-by: Javier Romero <[email protected]>
Signed-off-by: Javier Romero <[email protected]>
Known Issues: - stdin is prematurely captured per phase preventing next phase shell from accepting initial input - work around: type `ls` first to ensure shell can receive input TODO: - Create flag - Window resizing Signed-off-by: Javier Romero <[email protected]>
@jromero if we move using Unless we choose run separate containers in the |
@ekcasey yeah, I thought about that as I came back to try to finish this off. My thought was that whatever that may look like we could find a solution for it. For example, your proposal or we can simply list the |
@jromero I think it's also worth noting that the original feature request in the referenced issue is to hijack between the execution of individual buildpacks during the |
Signed-off-by: Javier Romero <[email protected]>
Signed-off-by: Javier Romero <[email protected]>
Signed-off-by: Javier Romero <[email protected]>
Signed-off-by: Javier Romero <[email protected]>
This is now stale. Closing. |
Summary
Work In Progress
Known Issues:
ls
first to ensure shell can receive inputTODO:
--intercept
Output
Related Issues
Resolves #62