Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Enabling and configuring the JFrog plugin
JFrog Artifactory is a front-end plugin that displays the information about your container images stored in the JFrog Artifactory repository. The JFrog Artifactory plugin is preinstalled with Developer Hub and disabled by default. To use it, you need to enable and configure it first.
3.1. Enabling the JFrog Artifactory plugin Link kopierenLink in die Zwischenablage kopiert!
Procedure
The JFrog Artifactory plugin is preinstalled in Developer Hub with basic configuration properties. To enable it, set the disabled property to
falseas follows:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
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
3.2. Configuring the JFrog Artifactory plugin Link kopierenLink in die Zwischenablage kopiert!
Procedure
Set the proxy to the desired JFrog Artifactory server in the app-config.yaml file as follows:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Add the following annotation to the entity’s
catalog-info.yamlfile to enable the JFrog Artifactory plugin features in RHDH components:metadata: annotations: 'jfrog-artifactory/image-name': '<IMAGE-NAME>'metadata: annotations: 'jfrog-artifactory/image-name': '<IMAGE-NAME>'Copy to Clipboard Copied! Toggle word wrap Toggle overflow