5.2. Nexus Repository Manager プラグインの設定
次のように、
app-config.yaml
ファイルでプロキシーを目的の Nexus Repository Manager サーバーに設定します。Copy to Clipboard Copied! Toggle word wrap Toggle overflow オプション: Nexus Repository Manager プロキシーのベース URL を次のように変更します。
nexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-path
nexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-path
Copy to Clipboard Copied! Toggle word wrap Toggle overflow オプション: 次の実験的アノテーションを有効にします。
nexusRepositoryManager: experimentalAnnotations: true
nexusRepositoryManager: experimentalAnnotations: true
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 以下のアノテーションを使用してエンティティーにアノテーションを付けます。
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