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

Use Eclipse Temurin as Docker base image #130

Closed
paullatzelsperger opened this issue Mar 21, 2023 · 1 comment
Closed

Use Eclipse Temurin as Docker base image #130

paullatzelsperger opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@paullatzelsperger
Copy link
Contributor

paullatzelsperger commented Mar 21, 2023

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

  • swap out all base images, remove the apk upgrade lines
  • replace the base distribution in the test pipeline:
    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.

@wolf4ood
Copy link
Contributor

wolf4ood commented Apr 3, 2023

Closed by #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants