-
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
It's not possible to build image using UDI #22914
Comments
It seems like What's weird is that running When looking at the GH Actions for the UDI, the stow command in the Dockerfile is not failing:
It's worth adding the My current guess is some file ownership/permissions issue is happening with the related storage.conf files. |
What's weird is that the git blame regarding the |
I'm able to reproduce the issue for the empty sample workspace if I have the following in CheCluster:
From my testing, this issue happens for workspaces with CheCode versions after this change: https://github.com/che-incubator/che-code/pull/221/files. I cannot reproduce the issue for CheCode images created before that PR. Also, not only is
|
Thank you for the valuable info @dkwon17 🙏 As mentioned, If you check the contents of
Upon inspection, it seems that Because As a temporary workaround for this bug, you can do: I don't think the issue is coming from the UDI itself. My guess is this is CheCode related: at some point during the workspace bootstrap process I also noticed that if you |
This issue should be resolved now that devfile/devworkspace-operator#1251 is merged. Once the nightly build of DevWorkspace Operator is live on the dogfooding instance, verification should be done to ensure this issue is no longer reproducible. |
Now that devfile/devworkspace-operator#1251 & devfile/developer-images#173 are merged, this issue seems to finally be resolved. Great work @dkwon17! |
Describe the bug
Currently it is not possible to use podman build, podman info, etc commands in UDI.
The error is:
Error: failed to mount overlay for metacopy check with "" options: permission denied
Che version
next (development version)
Steps to reproduce
podman info
command in the terminalExpected behavior
It should be possible to build images in the component that uses UDI
Runtime
OpenShift
Screenshots
Installation method
chectl/latest
Environment
Linux
Eclipse Che Logs
No response
Additional context
The text was updated successfully, but these errors were encountered: