Skip to content

Fix issues with Spring fat-jars #690

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

Merged
merged 6 commits into from
Feb 12, 2025
Merged

Conversation

thegridman
Copy link
Member

Fix issues using Spring Fat-Jars and running apps using kubectl exec.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 10, 2025
@@ -0,0 +1,7 @@
FROM gcr.io/distroless/java17-debian12

ADD spring /spring

Check notice

Code scanning / SonarCloud

Prefer COPY over ADD for copying local resources Low

Replace this ADD instruction with a COPY instruction. See more on SonarQube Cloud
Copy link

@thegridman thegridman merged commit 1d62e05 into oracle:main Feb 12, 2025
34 checks passed
@thegridman thegridman deleted the fat-jar-fix branch February 12, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants