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
All docker images that run java code should use the Eclipse Temurin base image instead of Alpine + OpenJDK.
Is your feature request related to a problem? Please describe. Eclipse Temurin is the recommended one, and it is also an Eclipse project.
Describe the solution you'd like
apk upgrade
distribution: 'adopt'
distribution: 'temurin'
Describe alternatives you've considered .
Additional context should be done after #125 is merged, because that PR will modify Dockerfiles as well.
The text was updated successfully, but these errors were encountered:
Closed by #149
Sorry, something went wrong.
wolf4ood
paullatzelsperger
No branches or pull requests
All docker images that run java code should use the Eclipse Temurin base image instead of Alpine + OpenJDK.
Is your feature request related to a problem? Please describe.
Eclipse Temurin is the recommended one, and it is also an Eclipse project.
Describe the solution you'd like
apk upgrade
linesdistribution: 'adopt'
-->distribution: 'temurin'
Describe alternatives you've considered
.
Additional context
should be done after #125 is merged, because that PR will modify Dockerfiles as well.
The text was updated successfully, but these errors were encountered: