Skip to content

Provide a standard URL to retrieve metadata on gitpod self hosted release artifacts (images) #12813

@mrzarquon

Description

@mrzarquon

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.

Front logo Front conversations

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta: staleThis issue/PR is stale and will be closed soonself-hosted

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions