-
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
Gitpod tries to pull Theia image with a tag that does not exist #4679
Comments
Probably not the cause, but it makes finding stuff a bit harder: The build for commit ...53ea is gitpod-build-jh-track-user-deletion.0 and the Theia image is not part of the build results: |
Since that version is different from the one Cornelius posted, I suspect the cause is a config error: The Theia image is being pulled using a tag that was designated for a another image. |
From the prod
It looks like the Theia image is using the server-version. gitpod/chart/templates/server-deployment.yaml Lines 142 to 149 in ce50d2a
The server should obtain+use the Theia-version. |
Indeed, it takes the server version as fallback whenthe Theia version is not set: gitpod/components/server/src/env.ts Lines 35 to 38 in 0bf71f1
|
eu.gcr.io/gitpod-core-dev/build/ide/theia@sha256:537433f51fc21561d117c65746601eed95a8f9e08d8d31e81b03defdea65e238
by hand with tagcommit-f8da2b7b725c2a0949f904ead725763923b653ea
, now it worksThe text was updated successfully, but these errors were encountered: