csantanapr commented on issue #3504: use alpine-java base image (alpine 3.7 + oracle 8u162b12_server-jre) URL: https://github.com/apache/incubator-openwhisk/pull/3504#issuecomment-377726802 @tysonnorris Why not move to openjdk instead of using oracle? We can use the same one we are moving the Java runtime to ``` FROM adoptopenjdk/openjdk8-openj9:jdk8u162-b12_openj9-0.8.0 ``` From this PR https://github.com/apache/incubator-openwhisk-runtime-java/pull/24/files#diff-fceced2ca2537426b1152db117303bb3R1 They have alpine flavor https://hub.docker.com/r/adoptopenjdk/ `adoptopenjdk/openjdk8:alpine`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
