mrutkows commented on a change in pull request #82: Support OpenJDK 11 runtime
URL: 
https://github.com/apache/openwhisk-runtime-java/pull/82#discussion_r307029152
 
 

 ##########
 File path: README.md
 ##########
 @@ -94,17 +95,33 @@ wsk action invoke --result helloJava --param name World
 ```
 
 ## Local development
+
+For Java 8
 ```
 ./gradlew core:java8:distDocker
 ```
 This will produce the image `whisk/java8action`
 
-Build and Push image
+For Java 11
+```
+./gradlew core:java11:distDocker
+```
+This will produce the image `whisk/java11action`
+
+Build and Push image for Java 8
 ```
 docker login
 ./gradlew core:java8:distDocker -PdockerImagePrefix=$prefix-user 
-PdockerRegistry=docker.io
 ```
 
+Build and Push image for Java 11
+```
+docker login
+./gradlew core:java11:distDocker -PdockerImagePrefix=$prefix-user 
-PdockerRegistry=docker.io
+```
+
+The `$user_prefix` is usually your dockerhub user id.
+
 Deploy OpenWhisk using ansible environment that contains the kind `java:8`
 
 Review comment:
   Distinguish and/or create examples for java8 and java11

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to