Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations.

There are two types of project in Harbor:

...

You get by default only one project:

  • Private: Only users who are members of the project can pull images, after login with their credentials

...

Info

Every tenancy gets two projects:

  • <tenancy_name> → private project

  • <tenancy_name>-public → public project

You can find all information relative to your projects under Cypher in Morpheus in your tenancy:

...

  • project

...

secret/container_registry_public_project_name

...


Robot accountaccount 

Every tenancy receives user with admin credentials can create a robot account to run operations that can be automated (push/pull) in their tenancy projects. Robot Accounts cannot log in to the Container Registry interface. You can find all information relative to your robot account under Cypher in Morpheus in your tenancy:

...

secret/container_registry_robot_account_name

...

 


How to use Harbor

Pre-requisite

...