We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not setting dockerBaseImage should default to some version of Java 8, which is the most recent Java version that is supported by Scala.
dockerBaseImage
dockerBaseImage is set to openjdk:latest, the latest tag changed from 8 to 10 recently. This can cause problems in Scala apps.
openjdk:latest
latest
rpm --version
The text was updated successfully, but these errors were encountered:
Thanks for your detailed report 👍
Would you mind fixing this? This sounds like a reasonable suggestestion. IIRC there maybe something like openjdk:java8-latest?
openjdk:java8-latest
Sorry, something went wrong.
Yup, openjdk:8 should give the latest Java 8.
openjdk:8
I can try and raise a PR!
Raised #1147
Successfully merging a pull request may close this issue.
Expected behaviour
Not setting
dockerBaseImage
should default to some version of Java 8, which is the most recent Java version that is supported by Scala.Actual behaviour
dockerBaseImage
is set toopenjdk:latest
, thelatest
tag changed from 8 to 10 recently. This can cause problems in Scala apps.Information
rpm --version
): 18.03.0-ceThe text was updated successfully, but these errors were encountered: