Open
Description
Bug description
I have tried to build components/ide/code/leeway.Dockerfile by both docker and leeway, but they meet the same error:
/vscode-web/out/vs/gitpod/browser/workbench/workbench.html not found
and /vscode-reh-linux-x64/bin/remote-cli/gitpod-code not found
Steps to reproduce
docker:
docker build --build-arg CODE_COMMIT=openvscode-server-v1.99.3 --build-arg CODE_QUALITY=stable --build-arg CODE_VERSION=1.99.3 --progress plain . -f leeway.Dockerfile
leeway:
leeway build components/ide/code:docker -Dversion=0.1.0 -DcodeCommit=openvscode-server-v1.99.3 -DcodeQuality=stable -DcodeVersion=1.99.3
Workspace affected
No response
Expected behavior
the image successfully built.
Example repository
No response
Anything else?
is there any gitpod docker image i can use directly?
I meet a question here: gitpod-io/openvscode-server#613, so I want to create this image and try