-
Notifications
You must be signed in to change notification settings - Fork 5k
add dockernetwork parameter for build process #22138
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #22138 +/- ##
===========================================
+ Coverage 45.36% 65.87% +20.50%
===========================================
Files 244 1072 +828
Lines 13333 115713 +102380
Branches 2719 2925 +206
===========================================
+ Hits 6049 76221 +70172
- Misses 6983 35264 +28281
- Partials 301 4228 +3927
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ad740d0 to
30928fa
Compare
Signed-off-by: my036811 <[email protected]>
30928fa to
da17772
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.
lgtm
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
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
add dockernetwork parameter for makefile Signed-off-by: my036811 <[email protected]> Signed-off-by: AYDEV-FR <[email protected]>
add dockernetwork parameter for makefile Signed-off-by: my036811 <[email protected]>
Thank you for contributing to Harbor!
Comprehensive Summary of your change
To better adopt different container build network environment, we would like to add a docker build network parameter in Makefile that developer would specified during build process.
Issue being fixed
Fixes #22137