...
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.
- Go to User Profile
- Take the CLI Secret and use it after running podman login or docker login, as shown in the section below
Container Registry Login
.
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.
- Go to your Project → Use tab Robot Accounts → Click on
+ New Robot Account
- Fill in Name and expiration time (days or never)
- Give permissions to your robot account
- Once you saved remember to store your secret somewhere, because you are not going to be able to retrieve it after
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:
...