-
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
add Multistage dockerFile issue #1733 #1734
base: master
Are you sure you want to change the base?
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #1734 (2022-09-15T13:33:01Z) ⚙️ JKube E2E Tests (3060735726)
|
Signed-off-by Bramli Hamza <hamza_bramli@outlook.fr>
@bramlihamza : Thanks a lot for PR 👍 Not sure why CircleCI checks are not running. Could you please try force pushing again? |
Hi, |
let me try to rebase and force push your changes |
b0b869e
to
12145f8
Compare
SonarCloud Quality Gate failed. |
Codecov Report
@@ Coverage Diff @@
## master #1734 +/- ##
============================================
+ Coverage 52.69% 52.86% +0.17%
- Complexity 3924 3935 +11
============================================
Files 461 464 +3
Lines 20752 20784 +32
Branches 2819 2819
============================================
+ Hits 10935 10988 +53
+ Misses 8693 8669 -24
- Partials 1124 1127 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
12145f8
to
06cc87b
Compare
...it/config/image/src/test/java/org/eclipse/jkube/kit/config/image/ImageConfigurationTest.java
Outdated
Show resolved
Hide resolved
...nfig/image/src/test/java/org/eclipse/jkube/kit/config/image/build/DockerFileBuilderTest.java
Outdated
Show resolved
Hide resolved
// in interpreted as a relative path to the exportDir | ||
// See also http://docs.docker.io/reference/builder/#copy | ||
private List<CopyEntry> copyEntries = new ArrayList<>(); | ||
// List of files to add. Source and destination follow except that destination |
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.
It is too hard to spot out the differences with the code format.
Description
Fixes #1733
Signed-off-by Bramli Hamza hamza_bramli@outlook.fr
Type of change
test, version modification, documentation, etc.)
Checklist