CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Add Dockerfile for OpenJDK 15 #60

Closed izeye closed 4 years ago

izeye commented 4 years ago

This PR adds Dockerfile for OpenJDK 15. This is based on the Dockerfile for OpenJDK 14 and updates only stuff related to JDK version.

See https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/tag/jdk-15%2B36

FelicianoTech commented 4 years ago

Hi @izeye,

Thank you for the PR. For next-gen Convenience Images, updates for new versions/tags need to follow the process outlines in the readme. This PR is missing parts that would have been done automatically with the included release script.

I'm going to close this PR in favor of https://github.com/CircleCI-Public/cimg-openjdk/pull/62 which uses the script.

Thank you for the reminder to get OpenJDK v15 going!