How to integrate my Docker Hub account?
Overview
To authenticate, you will need to provide the following information:
- Personal Access Token
- Domain
Step 1: Create your Personal Access Token
- Sign in to your Docker Hub account.
- Click your avatar in the top-right corner and select Account settings from the drop-down menu.
- In the Security section, select Personal access tokens.
- Select Generate new token.
- Add a description for your token. Use something that indicates the use case or purpose of the token.
- Set the access permissions. The access permissions are scopes that set restrictions in your repositories. For example, for Read & Write permissions, an automation pipeline can build an image and then push it to a repository. However, it can't delete the repository.
- Select Generate and then copy the token that appears on the screen and save it. You won't be able to retrieve the token once you close this prompt.
Step 2: Get Domain
- Go to your profile in the top right of the screen and select the name displayed below the profile icon.