Skip to content

can not build docker image components/ide/code #20844

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

Open
zwpaper opened this issue May 26, 2025 · 0 comments
Open

can not build docker image components/ide/code #20844

zwpaper opened this issue May 26, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@zwpaper
Copy link

zwpaper commented May 26, 2025

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

@zwpaper zwpaper added the type: bug Something isn't working label May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant