-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user to change to use their chose JDK and document (multiple repos) #169
Comments
@mrutkows The oracle image is unable to replace with the open jdk. After I did it, the gradlew build works fine, but the controller image is unable to launch. Error by downloaing the OPEN jdk:
Error with the docker image FROM anapsix/alpine-java:8u172b11_jdk:
Error with the docker image adoptopenjdk/openjdk8-openj9:jdk8u162-b12_openj9-0.8.0-alpine:
|
@markusthoemmes @rabbah Do you know what could be the reason? |
@houshengbo can you post a PR to see how you switched to openjdk? |
Since we have switched to use Open JDK, our documents need to be changed to point to Open JDK instead of Oracle JDK. Partially-closes: apache/openwhisk-release#169
Since we have switched to use Open JDK, our documents need to be changed to point to Open JDK instead of Oracle JDK. Partially-closes: apache/openwhisk-release#169
Since we have switched to use Open JDK, our documents need to be changed to point to Open JDK instead of Oracle JDK. Partially-closes: apache/openwhisk-release#169
Since we have switched to use Open JDK, our documents need to be changed to point to Open JDK instead of Oracle JDK. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
Our documents need to be changed to point according to the usage of Open JDK or Oracle JDK. This PR adds the instructions to install either of them as the Java environment of OpenWhisk. Partially-closes: apache/openwhisk-release#169
We should provide a means for user to change the build to use a JDK of their choice; tat is, we need a means to configure the JDK location (dynamically or statically) and create user documentation telling them how to. These instructions and process should be the same for all repos. that use a JDK (e.g., main openwhisk, apigateway and runtime java).
This problem surfaced and is related to issue: #167
The text was updated successfully, but these errors were encountered: