csantanapr commented on a change in pull request #24: AdoptOpenJDK Eclipse 
OpenJ9 as alternative Java runtime
URL: 
https://github.com/apache/incubator-openwhisk-runtime-java/pull/24#discussion_r172862568
 
 

 ##########
 File path: gradle/docker.gradle
 ##########
 @@ -29,8 +29,8 @@ ext {
     dockerRetries = project.hasProperty('dockerRetries') ? 
dockerRetries.toInteger() : 3
     dockerBinary = project.hasProperty('dockerBinary') ? [dockerBinary] : 
['docker']
     dockerBuildArg = ['build']
+    dockerFile = project.hasProperty('dockerFile') ? dockerFile : 'Dockerfile'
 
 Review comment:
   No need to change docker.gradle. 
   Please replace the current image in 
https://github.com/apache/incubator-openwhisk-runtime-java/blob/master/core/javaAction/Dockerfile

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to