Chapter 4. Red Hat community supported plugins
Red Hat provides community support for the following 44 dynamic plugins in ghcr.io.
Replace <tag> with the version tag corresponding to your Developer Hub version. See Determining Tag Values
| Name | Version | Path and required variables |
|---|---|---|
| 3Scale | 3.13.0 |
` |
| ArgoCD Backend | 1.4.0 |
` |
| Azure DevOps Backend | 0.27.0 |
` |
| Catalog Backend Module Azure DevOps Annotator Processor | 0.18.0 |
` |
| Catalog Backend Module Bitbucket Cloud | 0.5.9 |
` |
| Catalog Backend Module Bitbucket Server | 0.5.9 |
` |
| Datadog | 2.7.2 |
` |
| Dynatrace | 10.17.0 |
` |
| GitHub Actions | 0.22.0 |
` |
| GitHub Deployments | 0.18.0 |
` |
| GitHub Discussions | 0.10.0 |
` |
| GitHub Discussions Search Backend Module | 0.11.0 |
` |
| GitHub Insights | 3.5.0 |
` |
| GitHub Issues | 0.21.0 |
` |
| GitHub Pull Requests | 3.7.0 |
` |
| GitHub Pull Requests Board | 0.16.0 |
` |
| GitLab Backend | 7.0.1 |
` |
| JFrog Artifactory | 1.28.0 |
` |
| Jenkins Backend | 0.27.0 |
` |
| Jenkins Scaffolder Backend Module | 0.20.0 |
` |
| Jira | 2.14.0 |
` |
| Lighthouse Backend | 0.21.0 |
` |
| Nexus Repository Manager | 1.23.2 |
` |
| PagerDuty Backend | 0.12.0 |
` |
| PagerDuty Entity Processor | 0.3.10 |
` |
| PagerDuty Scaffolder Actions | 0.2.9 |
` |
| Quay Backend | 1.14.0 |
` |
| Roadie ArgoCD Backend | 4.8.0 |
` |
| Scaffolder Backend ArgoCD | 1.8.1 |
` |
| Scaffolder Backend Module AWS | 2.8.2 |
` |
| Scaffolder Backend Module Azure | 0.2.19 |
` |
| Scaffolder Backend Module Azure DevOps | 0.23.0 |
` |
| Scaffolder Backend Module Bitbucket Cloud | 0.3.4 |
` |
| Scaffolder Backend Module Bitbucket Server | 0.2.19 |
` |
| Scaffolder Backend Module DotNet | 0.13.0 |
` |
| Scaffolder Backend Module Gerrit | 0.2.19 |
` |
| Scaffolder Backend Module Quay | 2.18.0 |
` |
| Scaffolder Backend Module ServiceNow | 2.15.1 |
` |
| Scaffolder Backend Module SonarQube | 2.15.0 |
` |
| Scaffolder Backend Module Utils | 4.1.2 |
` |
| Search Backend Module Azure DevOps | 0.5.0 |
` |
| Security Insights | 3.3.1 |
` |
| SonarQube Backend | 1.1.1 |
` |
| Tekton | 3.37.0 |
` |
4.1. Troubleshooting Copy linkLink copied to clipboard!
Plugin not loading
If a plugin fails to load, perform the following checks:
-
Verify the
ghcr.iopath is correct and the image tag or digest exists. -
Confirm your cluster has network access to
ghcr.io. - Review Developer Hub logs for OCI pull errors.
Determining tag values
where:
<tag>Enter your RHDH version of Backstage and the plugin version, in the format
bs_<backstage-version>__<plugin-version>(note the double underscore delimiter). To find these versions, complete the following steps:- Find your Backstage version in the RHDH release notes preface.
Locate the plugin version in the Dynamic Plugins Reference guide. For example, for RHDH 1.9 based on Backstage 1.45.3, use the format
bs_1.45.3__<plugin-version>.TipTo ensure environment stability, use a SHA256 digest instead of a version tag. See Determining SHA256 Digests.
Determining SHA256 digests
You can look up the SHA256 digest using the Skopeo CLI or by searching in the RHDH Plugin Export Overlays repository.
Skopeo CLI
Ensure you have skopeo and jq installed.
- Locate the plugin path in the Dynamic plugins reference.
Run the following command, replacing the plugin path prefix
oci://withdocker://:skopeo inspect docker://<plugin-path>:<tag> | jq '.Digest'
RHDH Plugin Export Overlays Repo
Go to the plugin packages list in the rhdh-plugin-export-overlays repository. Search for your plugin and select the tag that is associated with this release.