akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

Java runtime in JDK >= 11 #41

Open lukaszczerpak opened 3 years ago

lukaszczerpak commented 3 years ago

As per information from @krzyk https://github.com/akamai/cli-sandbox/issues/64

Considering that since Java 11 there are no JREs just JDKs is it still valid? Or maybe more appropriate one would be to use jlink to build a minimal JDK to include in the image?

Source: https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html

lukaszczerpak commented 3 years ago

related: https://github.com/akamai/cli-sandbox/issues/78