Skip to content
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

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Conversation

xingfudeshi
Copy link
Member

@xingfudeshi xingfudeshi commented Feb 20, 2024

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #6358
also fixed the following problems

under:openjdk:8-jre-slim

Pasted Graphic 1

under:openjdk:11-jre-stretch
Pasted Graphic 2

Ⅲ. 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

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b852a6c) 52.35% compared to head (a598655) 52.43%.
Report is 3 commits behind head on 2.x.

Additional details and impacted files

Impacted file tree graph

@@             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     

see 9 files with indirect coverage changes

@@ -393,10 +393,6 @@
</container>
<extraDirectories>
<paths>
<path>
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

OK

Copy link
Member Author

Choose a reason for hiding this comment

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

image done.

Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

@slievrly slievrly changed the title bugfix:fix known problems of docker image bugfix: fix known problems of docker image Feb 22, 2024
@slievrly slievrly added this to the 2.1.0 milestone Feb 22, 2024
@slievrly slievrly merged commit a866c2d into apache:2.x Feb 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jib-maven-plugin copy resource failed
3 participants