-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
bugfix: fix known problems of docker image #6363
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6363 +/- ##
============================================
+ Coverage 52.35% 52.43% +0.07%
- Complexity 5215 5245 +30
============================================
Files 920 924 +4
Lines 31942 32066 +124
Branches 3815 3833 +18
============================================
+ Hits 16724 16813 +89
- Misses 13570 13595 +25
- Partials 1648 1658 +10 |
@@ -393,10 +393,6 @@ | |||
</container> | |||
<extraDirectories> | |||
<paths> | |||
<path> |
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 to preserve the empty folder for jdbc.
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.
OK
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.
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
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #6358
also fixed the following problems
under:openjdk:8-jre-slim
under:openjdk:11-jre-stretch
Ⅲ. Why don't you add test cases (unit test/integration test)?
Tested passed in the following version of the base image:
8
9
11
17
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews