-
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-theia editor docker image build fails #20716
Che-theia editor docker image build fails #20716
Comments
I faced with the problem as well... |
BTW why are we using a fork of moxios lib ? |
It looks like it was added a long time ago by @davidfestal as a dependency for |
looks like must be fixed on |
|
@vinokurig @RomanNikitenko you can test Che-Theia build, as the corresponding fix is applied che-incubator/che-workspace-telemetry-client#76 latest |
Another error appears:
|
could you make sure that the dependency is referenced the following way from theia https://github.com/che-incubator/che-workspace-telemetry-client/pull/76/files#diff-0fb426fdabbd0bfb746e90dfdbc5c602082807853c4f91560e6460fbf6c56385R3744 ? |
I applied these changes for my local |
@vinokurig do you see the same error or another one? |
The same error as #20716 (comment) |
should fix eclipse-che/che#20716 Change-Id: Ie76e95009e3721411ae8abd4eae6863c41c1b4c8 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
should fix eclipse-che/che#20716 Change-Id: I9b0c709dc83b0603a6ef08af4f752f6f0918d166 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
I'm checking the build on the GH CI |
now, it fails with Error: [compile] src/node/k8s-telemetry-service-impl.ts(11,48): error TS7016: Could not find a declaration file for module '@eclipse-che/workspace-telemetry-client'. '/home/theia-dev/theia-source-code/node_modules/@eclipse-che/workspace-telemetry-client/dist/server.js' implicitly has an 'any' type. |
yes investigating... |
should fix eclipse-che/che#20716 Change-Id: I9b0c709dc83b0603a6ef08af4f752f6f0918d166 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
should fix eclipse-che/che#20716 Change-Id: I9b0c709dc83b0603a6ef08af4f752f6f0918d166 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
should fix eclipse-che/che#20716 Change-Id: I9b0c709dc83b0603a6ef08af4f752f6f0918d166 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Describe the bug
The docker build command for the
che-theia
editor fails with an error:Che version
next (development version)
Steps to reproduce
Run
./build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=master,THEIA_COMMIT_SHA=a73a746bfdefc115edb506f2351b5f4e3f267077 --tag:next --branch:master --git-ref:refs\\/heads\\/master --skip-tests --dockerfile:Dockerfile.alpine
form the root of theche-theia
project.Expected behavior
The docker build command should finish successfully.
Runtime
minikube
Screenshots
No response
Installation method
chectl/next
Environment
macOS
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: