Skip to main content

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

  1. Sign in to your Docker Hub account.
  2. Click your avatar in the top-right corner and select Account settings from the drop-down menu.
  3. In the Security section, select Personal access tokens.
  4. Select Generate new token.
  5. Add a description for your token. Use something that indicates the use case or purpose of the token.
  6. 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.
  7. 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

  1. Go to your profile in the top right of the screen and select the name displayed below the profile icon.