redhat-actions/openshift-tools-installer

An installer for tools from GitHub

Closed this issue · 0 comments

The openshift-tools-installer does a great job installing from the mirror. But, obviously most tools are not hosted there.

We should evaluate our options for installing from GitHub Releases. The challenge is deciding how to determine the list of what we support, since we can't test every GitHub repository.

It would be best if it was bolted on to the existing installer and then we could re-use the semver, downloading, and caching logic. We'd have to add an input to the tools-installer from which the user can specify to install from "github" or "mirror".