actions-marketplace-validations/OpenShift Tools Installer
Download, install and cache OpenShift CLI tools.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 9, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/redhat-actions_openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_pat | GitHub personal access token. This is required if the "source" input is "github". | no | ${{ github.token }} |
| source | Source from which to download all tools in this step. Can be "github" or "mirror". | no | mirror |
| skip_cache | Set it to "true" to skip caching of the downloaded executables. This will also skip fetching previously cached executables. | no | false |
| crc | crc - CodeReady Containers. | no | — |
| crda | CRDA - Performs dependency stack scanning. | no | — |
| helm | Helm - The Kubernetes package manager. | no | — |
| kam | kam - GitOps Application Manager. | no | — |
| kamel | Camel K - Kubernetes serverless integration framework. | no | — |
| kn | Knative - Deploy and manage serverless workloads. | no | — |
| kustomize | kustomize - Customize raw, template-free YAML files for multiple purposes. | no | — |
| oc | oc - The OpenShift Client. | no | — |
| openshift-install | openshift-install - Install an OpenShift 4 cluster. | no | — |
| odo | odo - OpenShift Do is for developers writing and deploying applications. | no | — |
| opm | opm - Create and maintain catalogs of Operators. | no | — |
| operator-sdk | operator-sdk - Framework to work with Operators SDK. | no | — |
| s2i | s2i - Toolkit and workflow for building reproducible container images from source code. | no | — |
| tkn | tkn - The client for interacting with Tekton pipelines. | no | — |
| yq | yq - A portable command-line YAML processor. | no | — |
| chart-verifier | chart-verifier - Certifies a Helm chart by checking some of its characteristics. | no | — |
| ko | ko - Build and deploy Go applications on Kubernetes. | no | — |
| preflight | preflight - Commandline interface for validating if OpenShift operator bundles and containers meet minimum requirements for Red Hat OpenShift Certification. | no | — |
Outputs
| name | description |
|---|---|
| installed | JSON object describing the versions that were installed. |