dinogun commented on a change in pull request #24: Make AdoptOpenJDK Eclipse OpenJ9 the Java runtime for Java actions URL: https://github.com/apache/incubator-openwhisk-runtime-java/pull/24#discussion_r175032820
########## File path: core/javaAction/Dockerfile ########## @@ -1,38 +1,23 @@ -FROM buildpack-deps:trusty-curl +FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u162-b12_openj9-0.8.0 Review comment: As I mentioned in my comment, use the `jdk8u162-b12_openj9-0.8.0` tag rather than the `x86_64-ubuntu-jdk8u162-b12_openj9-0.8.0` ---------------------------------------------------------------- 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
