-
Notifications
You must be signed in to change notification settings - Fork 171
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
Better Docker Daemon Support + Cleaner Actions Terminal Output #1332
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
c630fa9
to
c03e876
Compare
Co-authored-by: Wayne Starr <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
@jeff-mccoy Appreciate the addition of the warning regarding the file size and suggestions for how they can optimize in docs - need to make sure that link never dies lol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Time to clean up everyone Let's pick up our things Clean up Everybody clean up, clean up Everybody clean up, clean up Everybody clean up Time to clean up Pick up Everybody pick up, pick up Everybody pick up, pick up Everybody pick up Time to pick up Pick up the toys, put them away Pick up the box, put them away Pick up the books, put them away Put your things away Pick up the toys, put them away Pick up the box, put them away Pick up the books, put them away Put your things away Clean up Everybody clean up, clean up Everybody clean up, clean up Everybody clean up Time to clean up Pick up Everybody pick up, pick up Everybody pick up, pick up Everybody pick up Time to pick up Pick up the toys, put them away Pick up the box, put them away Pick up the books, put them away Put your things away Pick up the toys, put them away Pick up the box, put them away Pick up the books, put them away Put your things away
632858d
d58d2b5
to
632858d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
orange crush
## Description Updates local image behavior, changing back to crane first with docker as an optional fallback when needed. Large images from docker will still be slow, but should not cause OOM issues and a new warning was added to communicate an alternate approach to speed up local dev with large images. Also cleans up some of the exec package presentation logic. ## Related Issue Fixes #1214 Fixes #1267 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]>
Description
Updates local image behavior, changing back to crane first with docker as an optional fallback when needed. Large images from docker will still be slow, but should not cause OOM issues and a new warning was added to communicate an alternate approach to speed up local dev with large images. Also cleans up some of the exec package presentation logic.
Related Issue
Fixes #1214
Fixes #1267
Type of change
Checklist before merging