Skip to content

Conversation

@MinerYang
Copy link
Contributor

@MinerYang MinerYang commented Jul 2, 2025

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

@MinerYang MinerYang requested a review from a team as a code owner July 2, 2025 07:01
@MinerYang MinerYang added the release-note/ignore-for-release Do not include PR or Issue for release notes label Jul 2, 2025
@MinerYang MinerYang changed the title add dockernetwork parameter for makefile add dockernetwork parameter for build process Jul 2, 2025
@codecov
Copy link

codecov bot commented Jul 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.87%. Comparing base (c8c11b4) to head (c96ed90).
Report is 503 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
unittests 65.87% <ø> (+20.50%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 986 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MinerYang MinerYang force-pushed the add_build_network_para branch 2 times, most recently from ad740d0 to 30928fa Compare July 2, 2025 07:20
@MinerYang MinerYang force-pushed the add_build_network_para branch from 30928fa to da17772 Compare July 2, 2025 07:31
@OrlinVasilev OrlinVasilev added release-note/update Update or Fix and removed release-note/ignore-for-release Do not include PR or Issue for release notes labels Jul 2, 2025
Copy link
Member

@OrlinVasilev OrlinVasilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@OrlinVasilev OrlinVasilev enabled auto-merge (squash) July 2, 2025 08:48
Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MinerYang MinerYang disabled auto-merge July 2, 2025 09:51
Copy link
Contributor

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wy65701436 wy65701436 merged commit 0a3c06d into goharbor:main Jul 3, 2025
12 checks passed
AYDEV-FR pushed a commit to AYDEV-FR/harbor that referenced this pull request Jul 4, 2025
add dockernetwork parameter for makefile

Signed-off-by: my036811 <[email protected]>
Signed-off-by: AYDEV-FR <[email protected]>
OrlinVasilev pushed a commit to OrlinVasilev/harbor that referenced this pull request Oct 29, 2025
add dockernetwork parameter for makefile

Signed-off-by: my036811 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note/update Update or Fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docker build network parameter for makefile

6 participants