Connect GitHub Registry¶
Before you begin¶
- Have a GitHub Account Created
- Read about connecting Image Registry credentials with Platformer
Generating Tokens¶
Create a GitHub Personal Access Token from here
- Select the
read:packages
scope to download container images and read their metadata. - Select the
write:packages
scope to download and upload container images and read and write their metadata. - Select the
delete:packages
scope to delete container images.
Connecting to Platformer¶
To integrate a new container registry to the Platformer Console,
-
Navigate to Credentails > Container Registries and click + CREDENTIAL (or Get started if you haven’t added one before)
-
Select GitHub from Container Registry Provider drop down.
-
Fill in the following fields.
- Registry URL - Put
docker.pkg.github.com
as default. - Email - GitHub login email
- Username - GitHub username
- Password - GitHub token generated from previous section
- Registry URL - Put
-
Click Save