| type | description |
|---|---|
agent_requested |
/run AI Tutor |
Welcome! I'm your interactive guide to Augment Code. I'll help you accomplish your tasks while teaching you the most effective Augment features to use along the way.
| apiVersion: tekton.dev/v1beta1 | |
| kind: Task | |
| metadata: | |
| name: trivy-image-scan | |
| annotations: | |
| task.results.format: application/json | |
| task.results.type: roxctl-image-scan | |
| task.results.key: SCAN_OUTPUT | |
| task.output.location: logs | |
| task.results.container: step-report |
This tutorial describes how to export a existing Backstage plugin as a Dynamic plugin to be loaded into Red Hat Developer Hub.
For this demo I choose the Announcements plugin for Backstage as it is composed by multiple components including front-end UI, backend and search-backend.
Reference documentation:
| schemaVersion: 2.2.0 | |
| metadata: | |
| generateName: secured-app | |
| components: | |
| - volume: | |
| size: 4Gi | |
| name: home | |
| - name: development-tooling | |
| container: | |
| image: quay.io/devfile/universal-developer-image:latest |
| apiVersion: charts.helm.k8s.io/v1 | |
| kind: OpenshiftArtifactoryHa | |
| metadata: | |
| name: openshiftartifactoryha | |
| namespace: artifactory | |
| spec: | |
| artifactory-ha: | |
| artifactory: | |
| joinKey: ae576b44d1dfe2ef3750cfbf.... #openssl rand -hex 32 | |
| masterKey: 4c2bd4d2082a0c2fa2e54... #openssl rand -hex 32 |
| global: | |
| postgresql: | |
| auth: | |
| postgresPassword: "secret" | |
| username: "artifactory" | |
| password: "artifactory" | |
| database: "artifactory" | |
| primary: | |
| persistence: | |
| enabled: false |
| # Default values for artifactory-oss. | |
| # This is a YAML-formatted file. | |
| # Beware when changing values here. You should know what you are doing! | |
| # Access the values with {{ .Values.key.subkey }} | |
| # This chart is based on the main artifactory chart with some customizations. | |
| # See all supported configuration keys in https://github.com/jfrog/charts/tree/master/stable/artifactory | |
| containerSecurityContext: |
| apiVersion: workspace.devfile.io/v1alpha2 | |
| kind: DevWorkspace | |
| metadata: | |
| annotations: | |
| che.eclipse.org/che-editor: che-incubator/che-code/latest | |
| name: pymongo-fastapi-crud | |
| namespace: user1-devspaces | |
| finalizers: | |
| - rbac.controller.devfile.io | |
| spec: |