Versions Compared

Key

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

...

Info

Every tenancy gets by default one private project! Only users who are members of the project can see the private project.

Login 

There are two ways to login to the container registry to pull

...

/push images:

  • CLI Secret → use for short lived docker work and manual docker login
  • Robot Account → use for longer lived work or in scripts to automate pull/push

CLI secret

Every user that wants to do simple manual docker login and short lived docker work can you your username and the CLI secret.

  1. Go to User ProfileImage Added
  2. Take the CLI Secret and use it after running podman login or docker login, as shown in the section below Container Registry Login. Image Added

Robot account 

Every 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. 

  1. Go to your Project → Use tab Robot Accounts → Click on + New Robot Account Image Added
  2. Fill in Name and expiration time (days or never) Image Added
  3. Give permissions to your robot account Image Added
  4. Once you saved remember to store your secret somewhere, because you are not going to be able to retrieve it after Image Added


How to use Harbor

Pre-requisite

...

You can login into your project on EWC container registry using your login credentials (CLI secret or robot account credentials ) and the following commands:

...