-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add devfile.yaml v2 #1
Conversation
size: 1G | ||
- name: bloop | ||
volume: | ||
size: 1G |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not possible to start the workspace because of
Error provisioning storage: Could not rewrite container volume mounts: container 'tools' references undefined volume 'cache'
Initializing DevWorkspace
Error provisioning storage: Could not rewrite container volume mounts: container 'tools' references undefined volume 'cache'
Try to add volume
- name: cache
path: /home/user/.cache
and
- name: cache
volume:
size: 1G
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks for the tip. Where can I see if it works or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To deploy Che with Devworkspace engine you need to select a dedicated OperatorHub channel. Devsandbox doesn't provide it yet. Some more info for Che: https://che.eclipseprojects.io/2021/10/12/@mario.loriedo-devfile-v2-and-the-devworkspace-operator-p1.html
@sideeffffect could you please update the image for dev-container to use the universal-developer-image and I'll merge the PR |
Co-authored-by: Valeriy Svydenko <[email protected]>
Done, thanks! |
Btw, I've also opened a PR to add sbt launch script to the |
thanks, merged. |
@sideeffffect thank you for updating, I've tried to execute commands from the devfile but Do you have an idea what could be wrong? |
Sorry for replying so late. |
When will I be able to see |
No description provided.