1.6.6 • Published 8 days ago

@janus-idp/backstage-plugin-quay v1.6.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 days ago

Quay plugin for Backstage

The Quay plugin displays the information about your container images within the Quay registry in your Backstage application.

For administrators

Installation

  1. Install the Quay plugin using the following command:

    yarn workspace app add @janus-idp/backstage-plugin-quay

Configuration

  1. Set the proxy to the desired Quay server in the app-config.yaml file as follows:

    proxy:
      '/quay/api':
        target: 'https://quay.io'
        headers:
          X-Requested-With: 'XMLHttpRequest'
          # Uncomment the following line to access a private Quay Repository using a token
          # Authorization: 'Bearer <YOUR TOKEN>'
        changeOrigin: true
        # Change to "false" in case of using self hosted quay instance with a self-signed certificate
        secure: true
    
    quay:
      # The UI url for Quay, used to generate the link to Quay
      uiUrl: 'https://quay.io'
  2. Enable an additional tab on the entity view page in packages/app/src/components/catalog/EntityPage.tsx:

    /* highlight-add-next-line */
    import { isQuayAvailable, QuayPage } from '@janus-idp/backstage-plugin-quay';
    
    const serviceEntityPage = (
      <EntityLayout>
        {/* ... */}
        {/* highlight-add-next-line */}
        <EntityLayout.Route if={isQuayAvailable} path="/quay" title="Quay">
          <QuayPage />
        </EntityLayout.Route>
      </EntityLayout>
    );
  3. Annotate your entity with the following annotations:

    metadata:
      annotations:
        'quay.io/repository-slug': `<ORGANIZATION>/<REPOSITORY>',

For users

Using the Quay plugin in Backstage

Quay is a front-end plugin that enables you to view the information about the container images.

Prerequisites

  • Your Backstage application is installed and running.
  • You have installed the Quay plugin. For installation process, see Installation.

Procedure

  1. Open your Backstage application and select a component from the Catalog page.
  2. Go to the Image Registry tab.

    The Image Registry tab in the Backstage UI contains a list of container images and related information, such as TAG, LAST MODIFIED, SECURITY SCAN, SIZE, EXPIRES, and MANIFEST.

    quay-tab

  3. If a container image does not pass the security scan, select the security scan value of the image to check the vulnerabilities.

    quay-tab

    The vulnerabilities page displays the associated advisory with a link, severity, package name, and current and fixed versions.

    quay-tab-vulnerabilities

    The advisory link redirects to the Red Hat Security Advisory page that contains detailed information about the advisory, including the solution.

1.6.6

8 days ago

1.6.5

8 days ago

1.6.4

9 days ago

1.6.3

10 days ago

1.6.2

10 days ago

1.6.1

14 days ago

1.6.0

24 days ago

1.5.16

1 month ago

1.5.15

1 month ago

1.5.17

1 month ago

1.5.14

1 month ago

1.5.13

1 month ago

1.5.12

1 month ago

1.5.11

1 month ago

1.5.10

1 month ago

1.5.9

2 months ago

1.5.8

2 months ago

1.5.7

2 months ago

1.5.6

3 months ago

1.5.5

3 months ago

1.5.4

3 months ago

1.5.3

3 months ago

1.5.2

3 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.4.21

5 months ago

1.4.20

5 months ago

1.4.19

5 months ago

1.4.18

5 months ago

1.4.17

5 months ago

1.4.16

5 months ago

1.4.6

6 months ago

1.4.5

6 months ago

1.4.4

6 months ago

1.4.3

6 months ago

1.3.4

7 months ago

1.4.2

7 months ago

1.3.3

7 months ago

1.4.1

7 months ago

1.3.2

7 months ago

1.4.0

7 months ago

1.3.1

8 months ago

1.3.0

9 months ago

1.4.9

6 months ago

1.4.11

6 months ago

1.4.8

6 months ago

1.4.10

6 months ago

1.4.7

6 months ago

1.4.13

6 months ago

1.4.12

6 months ago

1.4.15

5 months ago

1.4.14

6 months ago

1.2.14

10 months ago

1.2.15

10 months ago

1.2.8

12 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.9

12 months ago

1.2.12

12 months ago

1.2.13

11 months ago

1.2.10

12 months ago

1.2.11

12 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago