Skip to main content

Docker Connector Settings Reference

This topic provides settings and permissions for the Docker connector. You can use this connector to connect to DockerHub, Harbor, Quay, and other Docker V2 compliant container registries, such as GitHub Container Registry.

info
  • Docker registry rate limits: Harness is restricted by the limits of the Docker repo, such as Docker Hub limits for pulling Docker images from Docker repos.
  • Docker Registries in Cloud Platforms: The Docker connector is platform-agnostic and can be used to connect to any Docker container registry. Harness also provides first class support for registries in AWS and GAR through AWS connectors and Google Cloud Platform (GCP) connectors.

Create a Docker connector

  1. In Harness, go to Account Settings, Organization Settings, or Project Settings, depending on the scope at which you want to create the connector.
  2. Select Connectors, select New Connector, and then select the Docker Registry connector.
  3. Configure the Docker connector settings using the guidance provided in the sections below.
  4. Select Save and Continue, wait for the connectivity test to run, and then select Finish.
  5. In the list of connectors, make a note of your Docker connector's ID. When you need to reference this connector, use this ID in your pipeline YAML, such as connectorRef: docker_connector_ID.

Connector metadata settings

  • Name: Enter a name for this connector. Harness creates an ID based on the name.
  • Description: Optional text string.
  • Tags: Optional tags.

Provider type

Select the Docker registry platform: DockerHub, Harbor, Quay or Other.

If you select Other, the registry must be Docker V2 compliant.

Docker Registry URL

The URL of the Docker registry. This is usually the URL used for your docker login credentials.

  • To connect to a public Docker Hub registry, use https://index.docker.io/v2/.
  • To connect to a private Docker Hub registry, use https://registry.hub.docker.com/v2/.
  • For other Docker registries, provide the relevant URL for your container registry provider. For example:
    • For GitHub Container Registry, provide the GHCR hostname and namespace, such as https://ghcr.io/NAMESPACE. The namespace is the name of a GitHub personal account or organization.
    • For JFrog Artifactory Docker registries, provide your JFrog instance URL, such as https://mycompany.jfrog.io. You can get this URL from the docker-login command on your repo's Set Me Up page.

Authentication

You can authenticate anonymously or by username and password.

  • Username: Enter the username for your Docker registry account.
  • Password: Provide a Harness encrypted text secret containing the password or token corresponding with the Username.
    • For Docker Hub and GHCR, use a personal access token with Read, Write, Delete permissions.
    • For JFrog Docker registries, provide a password.
Docker registry permissions

Make sure the connected user account has read permission for all repositories as well as access and permissions to pull images and list images and tags.

For more information, go to the Docker documentation on Docker Permissions.

Select connectivity mode

You can connect through a Harness Delegate or the Harness Platform. If you plan to use this connector with Harness Cloud build infrastructure, you must select Connect through Harness Platform.

tip

The Secure Connect option is for secure connect with Harness Cloud.