Closed wavermartijn closed 5 years ago
Sorry, I saw you have a commit for the most recent versions already. Hope they will be merged soon
shouldn't this work: docker { baseImage = 'openjdk:11-jre-slim' ... }
It fails on my because of Caused by: java.lang.IllegalArgumentException: No Java base image for the supplied target 11 found.
Fixed by #145
https://github.com/Transmode/gradle-docker/blob/3d22f0904058a3530ff3eda31ea54f78377ec01e/src/main/java/se/transmode/gradle/plugins/docker/JavaBaseImage.java#L27