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

Switched default docker base image from openjdk8 to adoptopenjdk11 #2167

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

froth
Copy link
Contributor

@froth froth commented Jun 16, 2021

fixes #2156

Unfortunately there exists no openjdk11-alpine image from the openjdk organisation (docker-library/openjdk#235 (comment) docker-library/openjdk#313).

Therefore I decided to switch to the alpine variant of adoptopenjdk. Another approach would be to switch to something like openjdk/11-jdk-slim. My reasoning behind doing it this way was to keep the operation system constant (and good experience with adoptopenjdk). If you prefer the other way around: I am happy to change the PR.

@fthomas
Copy link
Member

fthomas commented Jun 16, 2021

LGTM, but the build.sbt needs to be reformatted with sbt fmt.

@froth froth force-pushed the docker-adoptopenjdk11 branch from fb6cd59 to 57939d4 Compare June 16, 2021 08:37
@froth
Copy link
Contributor Author

froth commented Jun 16, 2021

LGTM, but the build.sbt needs to be reformatted with sbt fmt.

done

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #2167 (57939d4) into master (9c92146) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2167   +/-   ##
=======================================
  Coverage   78.16%   78.16%           
=======================================
  Files         131      131           
  Lines        2249     2249           
  Branches       57       57           
=======================================
  Hits         1758     1758           
  Misses        491      491           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c92146...57939d4. Read the comment docs.

@fthomas fthomas merged commit 19e7e44 into scala-steward-org:master Jun 16, 2021
@fthomas fthomas added the build label Jun 16, 2021
@fthomas fthomas added this to the 0.10.0 milestone Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker image for jdk 11
2 participants