-
Notifications
You must be signed in to change notification settings - Fork 665
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
Specify builder for docker build #5002
Conversation
Signed-off-by: Kevin Su <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5002 +/- ##
==========================================
- Coverage 58.97% 58.95% -0.03%
==========================================
Files 645 645
Lines 55562 55562
==========================================
- Hits 32767 32754 -13
- Misses 20200 20212 +12
- Partials 2595 2596 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
docker/sandbox-bundled/Makefile
Outdated
--driver docker-container --driver-opt image=moby/buildkit:master \ | ||
--buildkitd-flags '--allow-insecure-entitlement security.insecure' \ | ||
--platform linux/arm64,linux/amd64 | ||
build: create_builder flyte dep_update manifests |
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.
Need some tiny change, cause create_builder
will be called in flyte
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.
Should we remove repetitive called?
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.
done
Signed-off-by: Kevin Su <[email protected]>
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, thank you
* Specify builder for docker build Signed-off-by: Kevin Su <[email protected]> * nit Signed-off-by: Kevin Su <[email protected]> --------- Signed-off-by: Kevin Su <[email protected]>
Why are the changes needed?
Failed to build the sandbox-bundled
What changes were proposed in this pull request?
Specify builder for docker build
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link