Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 5. Enabling and configuring the Nexus Repository Manager plugin
The Nexus Repository Manager plugin displays the information about your build artifacts in your Developer Hub application. The build artifacts are available in the Nexus Repository Manager.
5.1. Enabling the Nexus Repository Manager plugin Link kopierenLink in die Zwischenablage kopiert!
The Nexus Repository Manager plugin is pre-loaded in Developer Hub with basic configuration properties. To enable it, set the disabled property to false as follows:
The <tag> variable is your RHDH application's version of Backstage and the plugin version, in the format: bs_<backstage-version>__<plugin-version> (note the double underscore delimiter). This format is only applicable for Community supported plugins.
To find the correct image tag for
<tag>:- Look in the RHDH release notes preface for your Backstage version.
-
Locate the plugin version for paths starting with
oci://ghcr.iowithin one of the tables provided in the Dynamic plugins reference.
For example, because RHDH 1.9 is based on Backstage 1.45.3, the tag will have the format bs_1.45.3__<plugin-version>
To ensure environment stability, use a SHA256 digest instead of a version tag. See Determining SHA256 Digests
5.2. Configuring the Nexus Repository Manager plugin Link kopierenLink in die Zwischenablage kopiert!
Set the proxy to the desired Nexus Repository Manager server in the
app-config.yamlfile as follows:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: Change the base URL of Nexus Repository Manager proxy as follows:
nexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-pathnexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-pathCopy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: Enable the following experimental annotations:
nexusRepositoryManager: experimentalAnnotations: truenexusRepositoryManager: experimentalAnnotations: trueCopy to Clipboard Copied! Toggle word wrap Toggle overflow Annotate your entity using the following annotations:
metadata: annotations: # insert the chosen annotations here # example nexus-repository-manager/docker.image-name: `<ORGANIZATION>/<REPOSITORY>`,metadata: annotations: # insert the chosen annotations here # example nexus-repository-manager/docker.image-name: `<ORGANIZATION>/<REPOSITORY>`,Copy to Clipboard Copied! Toggle word wrap Toggle overflow