-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Java 10 support? #550
Comments
Jib uses |
+1 @chanseokoh For example, you could try using |
@coollog I tried that and it failed as unauthorized. Do I need credentials for the public image? |
@coollog should we file a FR against distroless/java for more up-to-date java support? Jib should be able to pick the right base-image based off of the maven/gradle java config. |
I suppose we could hard-code a check that if a |
@aclowkey Can you try again with version 0.9.4? |
@coollog Works! Image size is 200Mb more tho. Default produces an image size of 77Mb, with JDK10 it comes out as ~270Mb |
@aclowkey Yea, |
@coollog Much better! ~130Mb |
Doesn't really make sense to address this until we have blessed images for other JRE versions. |
We will skip Java 10 and add support for detection and use of LTS Java 11 version of |
Java 11 Distroless is available, and Jib uses it by default for Java 9+ apps. (#1279, #1510). |
Description of the issue:
Running a Java10 compiled, jib built image fails:
Expected behavior:
App should run?
Steps to reproduce:
Compile with java10
Environment:
Maven
The text was updated successfully, but these errors were encountered: