-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Che 7 java-gradle stack is not working on che.openshift.io #13384
Comments
funny thing that gradle stack seems to work fine on dev cluster, but not on che.openshift.io:
|
It appears that the issue is due to the dockerfile used for the community gradle image. The issue: Docker will implicitly use host storage to mount The solution for the gradle stack is to add volumes:
- containerPath: /home/gradle/.gradle
name: gradle to the workspace config -- an example devfile is here (using the current spec for devfiles). As for finding a solution to our issue, I'm not sure how to proceed.
For now I've created PR eclipse-che/che-devfile-registry#14 as an attempted fix. |
Some related external discussion around this sort of issue: https://bugzilla.redhat.com/show_bug.cgi?id=1584386 |
Java Gradle devfile is part of the getting-started devfiles and it works just fine - https://www.eclipse.org/che/getting-started/cloud/ |
Description
Che 7 java-gradle stack is not working on che.openshift.io
Reproduction Steps
OS and version:
che.openshift.io Che 7 beta 4
Diagnostics:
The text was updated successfully, but these errors were encountered: