Login to private Docker registry

To log in a private Docker registry create a new service using the Docker Login unit.

To configure the address and credentials of the private registry edit the service settings use one of the following settings.

Generic Login

To connect to Docker hub or GitLab CI, in the Login section:

  • Enable: Set to login using the given credentials
  • Registry: Give the address for the registry (e.g. registry.gitlab.com). If you leave this field empty Cycleops will login to Docker hub.
  • Username: Set the username
  • Password: Set the password

AWS ECR Login

For registries on AWS cloud, in the AWS ECR section:

  • Enable: Set to login using the given credentials
  • AWS region: Set the region that your registry is hosted
  • Registry url: Give the address for the AWS registry (e.g. <12-digits-id>.dkr.ecr.us-east-1.amazonaws.com)
  • Key id: Give the AWS key ID
  • Secret access key: Give the secret access key