This is a fork of: <https://github.com/container-registry/backstage-plugin-harbor>
npm install @digitalist-open-cloud/backstage-plugin-harborThis is a fork of:
This plugin will show you information about your docker images within Harbor.
``bash`
yarn --cwd packages/app add @digitalist-open-cloud/backstage-plugin-harbor
`ts
// packages/app/src/components/catalog/EntityPage.tsx
import {
HarborPage,
HarborWidget,
isHarborAvailable,
} from '@digitalist-open-cloud/backstage-plugin-harbor'
const serviceEntityPage = (
// ...
)
`
`ts
// packages/app/src/components/catalog/EntityPage.tsx
const overviewContent = (
// ...
...
)
``
See backstage-plugin-harbor-backend.
Please contribute back to the original repo, and you are free to use any code from this repo to contribute back to the original repo without giving us credit.
This Backstage plugin was initially created by BESTSELLER and transferred to Container Registry.