Gitlab registry
You need to have on hand
Access Token OR Deploy Token
You can follow this Tutorial to generate a Personal Access Token
OR
You can follow this Tutorial to generate a Deploy Token
Split the Full Repository Name
Given this Full Repository: registry.gitlab.com/group/project
Your Repository will be: registry.gitlab.com
and your Image will be: group/project
Add the app on Edgegap
API Example
{
[...]
"docker_repository": "registry.gitlab.com",
"docker_image": "group/project",
"docker_tag": "v1",
"private_username": "[email protected]",
"private_token": "<Personal Access Token OR Deploy Token>",
[...]
}
From Dashboard
From our Dashboard, The Private registry token will be the content of your Personal Access Token OR Deploy Token

Last updated
Was this helpful?