-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add debug option to Docker build commands
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.
- Loading branch information
1 parent
93176dc
commit 40f51f9
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters