Skip to content
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

Bug: Release download URL fix (#553) #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CodeBreaker444
Copy link

@CodeBreaker444 CodeBreaker444 commented Mar 16, 2024

Description

While building the docker image from https://github.com/gitpod-io/openvscode-releases, the github release url for downloading the release of openvscode-server is not properly getting parsed (wrong release name) and throwing 404 not found error from github. Like in the below image!

1f355f1820cc02f6371b481760845d73

Related Issue(s)

Fixes #553

How to test

  1. Run docker build --tag "vscode" --build-arg RELEASE_TAG=v1.88.0 --build-arg RELEASE_TYPE=insiders .
  2. After this you run the docker image as usual.

Note: You don't need to pass RELEASE_TYPE argument if the release is a stable release.

Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant