-
Notifications
You must be signed in to change notification settings - Fork 267
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
feat: debug mode #1254
base: main
Are you sure you want to change the base?
feat: debug mode #1254
Conversation
This would enable an interative shell to be opened up if a build fails. This is still experimental and I'm running into some issues using this with orbstack, so this PR is still very much a WIP. orbstack/orbstack#1700 Without this option, the only way to debug a failing build is to `--out` the build, insert multi-stage build commands in the dockerfile and then use `--target` to get in-progress container ID to play around with, which is super lame. We need a better way.
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Friendly reminder about this pull request! Please let me know if there is anything else that needs to be addressed. |
is there a way to mark these issues as OK to leave around for the issue bot? I'm just copying pasting those messages above to keep the issue open. |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Friendly reminder on this pull request! Let me know if there's anything else that needs to be addressed here. |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Friendly reminder regarding this pull request! Let me know if there are any further updates needed. |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This would enable an interative shell to be opened up if a build fails. This is still experimental
and I'm running into some issues using this with orbstack, so this PR is still very much a WIP.
orbstack/orbstack#1700
Without this option, the only way to debug a failing build is to
--out
the build, insert multi-stagebuild commands in the dockerfile and then use
--target
to get in-progress container ID to play aroundwith, which is super lame. We need a better way.