Skip to content

Registry-support repository testing #334

@GeekArthur

Description

@GeekArthur

Is your feature request related to a problem? Please describe.
As the initial registry library PR has been merged, we need to consider how to test the registry on the OpenShift CI. Currently at least we need to test the registry library, but we may need to test more scenarios for registry testing.

Describe the solution you'd like
The registry testing should includes the following steps:

  1. Login to a cluster (k8s/OpenShift) and create a new namespace for testing
  2. Deploy the registry, currently we have three ways to deploy the registry and we need to test all of them
    • Install registry operator then use the registry operator to deploy the registry (instruction)
    • Use helm chart to deploy the registry (instruction will be updated after this PR is merged)
    • Use OpenShift template to deploy the registry (instruction will be updated after this PR is merged)
  3. Test registry library against the registry
  4. Delete registry, registry operator and the namespace for testing (Note: registry operator will be installed on registry-operator-system namespace, we may need to delete the registry-operator-system namespace as well)

Metadata

Metadata

Assignees

Labels

area/registryDevfile registry for stacks and infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions