The quay.io/devfile/universal-developer-image does not persist SDKMAN newly installed versions when a PVC is mounted to /home/user #23332
Labels
area/udi
Issues and PRs related to the universal developer image https://github.com/devfile/developer-images
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
team/B
This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Describe the bug
quay.io/devfile/universal-developer-image doesn't persist newly installed SDKMAN versions when a PVC is mounted to /home/user
Che version
7.95
Steps to reproduce
java --version
you will getopenjdk 23.0.2*
as expected.sdk list java
,23.0.2-amzn
shows with status installedjava --version
you will see it is back to defaultopenjdk 17.0.13*
sdk list java
,23.0.2-amzn
doesn't showa as it is installedExpected behavior
after installing a new version of java and setting it to default using sdkman, restarting workspace should persist the new version
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
macOS
Eclipse Che Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: