We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
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
No response
the image successfully built.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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:
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
The text was updated successfully, but these errors were encountered: