Closed marcellodesales closed 5 years ago
@marcellodesales , I would like to work on it. can you pls give me more context ?
@deepaksn716867 The builder and linker images are already available! https://github.com/intuit/unmazedboot/blob/master/docker-compose.yml#L98
You can extend it and create one for JDK 12 runtime image
@marcellodesales I would like to give it a try, I can fork and create a PR
@dheeraj-tripathi Sure, whoever sends a PR first I will merge...
Thanks @marcellodesales , I am building the images "docker-compose build --pull", and images in the repo "sgrio" eg sgrio/java-oracle:jdk_11_centos, are not publicly available, is it okay to replace them with openly available images? or is this expected?
@dheeraj-tripathi absolutely... this was written long time ago... Take a look for an open-source alternative for CENTOS...
@marcellodesales Created a PR here https://github.com/intuit/unmazedboot/pull/4/files
Fixed by #7
Description
We currently support Java 11 and below. Create Docker images for Java 12
Steps to Reproduce