openvscode-releases icon indicating copy to clipboard operation
openvscode-releases copied to clipboard

Bug: Release download URL fix (#553)

Open CodeBreaker444 opened this issue 2 years ago • 0 comments

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

CodeBreaker444 avatar Mar 16 '24 10:03 CodeBreaker444