-
Notifications
You must be signed in to change notification settings - Fork 63
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
Devfile-web build process throwing errors #1356
Comments
@Jdubrick I did a bit more investigation into this problem and it appears to be a dependency incompatibility with the apple silicon For this issue, we will need to investigate if there is a workaround to this and if not wait for a patch to come out. |
Moving this issue out of sprint as the issues linked above are still open. Tried a bunch of workarounds and nothing seemed to remedy the solution so we may have to just monitor and wait for a patch. |
Needs a fix for parcel-bundler/watcher#156 |
I've been looking for a workaround on this and found this fix nrwl/nx#19751 |
Added a draft PR here: devfile/devfile-web#110 |
After trying to run the proposed changes it exits out during the |
Which area this feature is related to?
/area registry-viewer
/kind bug
Which area this bug is related to?
/area registry-viewer
Bug Summary
Describe the bug:
When trying to run the build scripts for devfile-web to create a container image the build is failing because of an issue related to the dependencies and the Dockerfile.
To Reproduce:
Running
bash ./scripts/build_viewer.sh
from the root project directory produces the following error:Expected behavior
The build script should be producing a container image at its completion.
Suggestion on how to fix the bug
Most likely just missing dependencies or they need to be updated.
The text was updated successfully, but these errors were encountered: