-
Notifications
You must be signed in to change notification settings - Fork 519
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
fix(docker-build): Ensure Docker build arguments from properties are used during images pre-pulling #2915
fix(docker-build): Ensure Docker build arguments from properties are used during images pre-pulling #2915
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2915 (2024-04-26T08:18:50Z) ⚙️ JKube E2E Tests (8845064711)
|
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.
I'd add a few more tests to demonstrate the precedence of the build args, properties, and so on.
For example, it's unclear to me right now if I supply a property and a build arg, which one will take precedence.
OK but I see that more like an enhancement than a bug fix, is the precedence of the build args documented ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2915 +/- ##
=============================================
+ Coverage 59.36% 70.66% +11.30%
- Complexity 4586 5036 +450
=============================================
Files 500 488 -12
Lines 21211 19508 -1703
Branches 2830 2513 -317
=============================================
+ Hits 12591 13785 +1194
+ Misses 7370 4495 -2875
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
No idea, but given that we are implementing new tests, it'd be nice to have that as part of the testing suite. |
909a1c2
to
9fd7c02
Compare
9fd7c02
to
9894f83
Compare
...ld/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/BuildService.java
Outdated
Show resolved
Hide resolved
...ervice/docker/src/test/java/org/eclipse/jkube/kit/build/service/docker/BuildServiceTest.java
Show resolved
Hide resolved
10d5532
to
9bc497e
Compare
...ervice/docker/src/test/java/org/eclipse/jkube/kit/build/service/docker/BuildServiceTest.java
Outdated
Show resolved
Hide resolved
...ervice/docker/src/test/java/org/eclipse/jkube/kit/build/service/docker/BuildServiceTest.java
Outdated
Show resolved
Hide resolved
9bc497e
to
8bf3a64
Compare
...ervice/docker/src/test/java/org/eclipse/jkube/kit/build/service/docker/BuildServiceTest.java
Outdated
Show resolved
Hide resolved
...ervice/docker/src/test/java/org/eclipse/jkube/kit/build/service/docker/BuildServiceTest.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2915 +/- ##
=============================================
+ Coverage 59.36% 70.83% +11.47%
- Complexity 4586 5079 +493
=============================================
Files 500 489 -11
Lines 21211 19574 -1637
Branches 2830 2527 -303
=============================================
+ Hits 12591 13866 +1275
+ Misses 7370 4484 -2886
+ Partials 1250 1224 -26 ☔ View full report in Codecov by Sentry. |
…used during images pre-pulling Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
…vice Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
Signed-off-by: Sun Seng David TAN <sutan@redhat.com>
601945b
to
134f8a3
Compare
Quality Gate passedIssues Measures |
...ld/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/BuildService.java
Show resolved
Hide resolved
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, thx!
Description
Fixes #2901
Type of change
test, version modification, documentation, etc.)
Checklist