-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is your feature request related to a problem? Please describe
In order to automate the importing of Gitpod releases, users need a known way to get that information. Currently that information only resides in the gitpod-installer binary. Retrieving that information involves download it and then parsing the output.
Describe the behaviour you'd like
Users should be able to curl a known url to get the latest build manifests of a gitpod release in both human and machine readable format.
Something like curl https://releases.gitpod.io/latest/info
would return the latest version information, similar urls would return the list of available versions, and allow for retrieving specific version information.
The data returned would be the something like date/time of release, the images in the release, each images tag, sha, and integrity checksum related to the release.
This would compliment #12812 and enable a stable integration end point for customers to implement automated replication of gitpod for airgapped environments.